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