We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8903c80 commit b90e9ffCopy full SHA for b90e9ff
roundup/admin.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: admin.py,v 1.69 2004-05-14 20:01:16 a1s Exp $
+# $Id: admin.py,v 1.70 2004-05-14 22:43:33 richard Exp $
20
21
'''Administration commands for maintaining Roundup trackers.
22
'''
@@ -131,7 +131,7 @@ def usage(self, message=''):
131
self.help_commands()
132
133
def help_commands(self):
134
- ''' List the commands available with their precise help.
+ ''' List the commands available with their help summary.
135
136
print _('Commands:'),
137
commands = ['']
0 commit comments