Skip to content

Commit 68e3cc9

Browse files
authored
Minor word fix
1 parent c2b11ed commit 68e3cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/progress_bar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def update_progress(current, total, length=10):
1515

1616
if __name__ == '__main__':
1717
# Only executed when this module is run directly
18-
# The following is an example of how to use the algorithm
18+
# The following is an example of how to use the module
1919

2020
from time import sleep
2121

0 commit comments

Comments
 (0)