aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-10-11 23:56:48 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:37:22 +0700
commitfd0aaeee095b9c6abc95bcb75a6e9b919d461325 (patch)
tree928a85bbf699d64c0d188258fcae44affb33e1b3 /python
parent1c37fc75c60db8c3da8bd506c9aee5201ad5c557 (diff)
python/speaklater: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/speaklater/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/speaklater/README b/python/speaklater/README
index f81ca63b07df..c59bdb5667ba 100644
--- a/python/speaklater/README
+++ b/python/speaklater/README
@@ -1,3 +1,3 @@
A module that provides lazy strings for translations. Basically you
get an object that appears to be a string but changes the value every
-time the value is evaluated based on a callable you provide. \ No newline at end of file
+time the value is evaluated based on a callable you provide.