Rev 3023: Only list actual classes in the bzrlib.progress docstring. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb

Robert Collins robertc at robertcollins.net
Tue Nov 20 08:36:33 GMT 2007


At http://people.ubuntu.com/~robertc/baz2.0/nested-pb

------------------------------------------------------------
revno: 3023
revision-id:robertc at robertcollins.net-20071120083624-w3hwhg08vfshj8ld
parent: robertc at robertcollins.net-20071120020458-rm0dj8zjq8z345op
committer: Robert Collins <robertc at robertcollins.net>
branch nick: pb.simplify
timestamp: Tue 2007-11-20 19:36:24 +1100
message:
  Only list actual classes in the bzrlib.progress docstring.
modified:
  bzrlib/progress.py             progress.py-20050610070202-df9faaab791964c0
=== modified file 'bzrlib/progress.py'
--- a/bzrlib/progress.py	2007-11-20 02:04:58 +0000
+++ b/bzrlib/progress.py	2007-11-20 08:36:24 +0000
@@ -30,9 +30,8 @@
 Interesting classes for plugins and gui's that need to interoperate with this
 module:
 
- * Tassk: The most basic item of work.
-  * CountedTask: Work with an unknown total.
-  * KnownLengthTask: Work when we know the total amount to do.
+ * CountedTask: Work with an unknown total.
+ * KnownLengthTask: Work when we know the total amount to do.
  * TaskDisplay: Display of a Task.
   * SilentTaskDisplay: For headless operations.
   * DotsTaskDisplay: For non-TTY file stream display.



More information about the bazaar-commits mailing list