Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and casperdcl committed Feb 16, 2020
1 parent e056d67 commit d55bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ Nested progress bars
for i in trange(4, desc='1st loop'):
for j in trange(5, desc='2nd loop'):
for k in trange(50, desc='3nd loop', leave=False):
for k in trange(50, desc='3rd loop', leave=False):
sleep(0.01)
On Windows `colorama <https://github.com/tartley/colorama>`__ will be used if
Expand Down

0 comments on commit d55bd1f

Please sign in to comment.