mirror of
https://github.com/verigak/progress.git
synced 2025-12-08 19:33:24 +00:00
Merge pull request #108 from tobek/patch-1
Fix typo in test_progress.py
This commit is contained in:
@@ -33,7 +33,7 @@ for bar_cls in (IncrementalBar, PixelBar, ShadyBar):
|
||||
bar.next()
|
||||
sleep()
|
||||
|
||||
bar = IncrementalBar(bold('Corolored'), color='green')
|
||||
bar = IncrementalBar(bold('Colored'), color='green')
|
||||
for i in bar.iter(range(200)):
|
||||
sleep()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user