Merge pull request #108 from tobek/patch-1

Fix typo in test_progress.py
This commit is contained in:
Georgios Verigakis
2023-05-10 08:35:51 +02:00
committed by GitHub

View File

@@ -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()