Skip to content

Commit eccde2d

Browse files
author
Richard Jones
committed
[SF#724626]
1 parent 377c7b9 commit eccde2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/date.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: date.py,v 1.40.2.1 2003-03-06 04:37:51 richard Exp $
18+
# $Id: date.py,v 1.40.2.2 2003-04-23 11:48:51 richard Exp $
1919

2020
__doc__ = """
2121
Date, time and time interval handling.
@@ -543,7 +543,7 @@ def pretty(self):
543543
if self.sign < 0:
544544
s = s + _(' ago')
545545
else:
546-
s = _('in') + s
546+
s = _('in ') + s
547547
return s
548548

549549
def get_tuple(self):

0 commit comments

Comments
 (0)