Skip to content

Commit fc218a9

Browse files
author
Alexander Smishlajev
committed
do_reindex help string reformatted to reuse existing translation
1 parent 96ba82a commit fc218a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/admin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: admin.py,v 1.81 2004-10-19 08:33:30 a1s Exp $
19+
# $Id: admin.py,v 1.82 2004-10-19 09:15:32 a1s Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -1179,8 +1179,8 @@ def do_reindex(self, args, desre=re.compile('([A-Za-z]+)([0-9]+)')):
11791179
""'''Usage: reindex [classname|designator]*
11801180
Re-generate a tracker's search indexes.
11811181
1182-
This will re-generate the search indexes for a tracker. This will
1183-
typically happen automatically.
1182+
This will re-generate the search indexes for a tracker.
1183+
This will typically happen automatically.
11841184
'''
11851185
if args:
11861186
for arg in args:

0 commit comments

Comments
 (0)