We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b11ed commit 68e3cc9Copy full SHA for 68e3cc9
misc/progress_bar.py
@@ -15,7 +15,7 @@ def update_progress(current, total, length=10):
15
16
if __name__ == '__main__':
17
# Only executed when this module is run directly
18
- # The following is an example of how to use the algorithm
+ # The following is an example of how to use the module
19
20
from time import sleep
21
0 commit comments