Skip to content

Commit b90e9ff

Browse files
author
Richard Jones
committed
precis wasn't a typo
1 parent 8903c80 commit b90e9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/admin.py

Lines changed: 2 additions & 2 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.69 2004-05-14 20:01:16 a1s Exp $
19+
# $Id: admin.py,v 1.70 2004-05-14 22:43:33 richard Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -131,7 +131,7 @@ def usage(self, message=''):
131131
self.help_commands()
132132

133133
def help_commands(self):
134-
''' List the commands available with their precise help.
134+
''' List the commands available with their help summary.
135135
'''
136136
print _('Commands:'),
137137
commands = ['']

0 commit comments

Comments
 (0)