Skip to content

Commit 579bf46

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 3a9db30 commit 579bf46

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.64 2004-04-02 05:58:43 richard Exp $
19+
# $Id: admin.py,v 1.65 2004-04-03 21:32:24 richard Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -935,7 +935,7 @@ def do_history(self, args):
935935

936936
def do_commit(self, args):
937937
'''Usage: commit
938-
Commit all changes made to the database.
938+
Commit changes made to the database during an interactive session.
939939
940940
The changes made during an interactive session are not
941941
automatically written to the database - they must be committed

0 commit comments

Comments
 (0)