fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.08k stars 105 forks source link

typo in readme #76

Closed TejasAvinashShetty closed 2 years ago

TejasAvinashShetty commented 3 years ago

In The readme.md in Example 1 instead of

add a comment in the first bar by changing the value of mb.main_bar.comment add a comment in the first bar by changing the value of mb.child.comment

we need to change the first in the second line to second

add a comment in the first bar by changing the value of mb.main_bar.comment add a comment in the second bar by changing the value of mb.child.comment