We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377c7b9 commit eccde2dCopy full SHA for eccde2d
roundup/date.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $Id: date.py,v 1.40.2.1 2003-03-06 04:37:51 richard Exp $
+# $Id: date.py,v 1.40.2.2 2003-04-23 11:48:51 richard Exp $
19
20
__doc__ = """
21
Date, time and time interval handling.
@@ -543,7 +543,7 @@ def pretty(self):
543
if self.sign < 0:
544
s = s + _(' ago')
545
else:
546
- s = _('in') + s
+ s = _('in ') + s
547
return s
548
549
def get_tuple(self):
0 commit comments