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 7cc013d commit 2c89685Copy full SHA for 2c89685
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.53 2003-04-22 20:53:54 kedder Exp $
+# $Id: date.py,v 1.54 2003-04-23 11:48:05 richard Exp $
19
20
__doc__ = """
21
Date, time and time interval handling.
@@ -603,7 +603,7 @@ def pretty(self):
603
if self.sign < 0:
604
s = s + _(' ago')
605
else:
606
- s = _('in') + s
+ s = _('in ') + s
607
return s
608
609
def get_tuple(self):
0 commit comments