Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ fix typo in progressbar/tutorial004.py #63

Merged
merged 1 commit into from
Mar 19, 2020
Merged

✏️ fix typo in progressbar/tutorial004.py #63

merged 1 commit into from
Mar 19, 2020

Commits on Mar 11, 2020

  1. ✏️ fix typo in progressbar/tutorial004.py

    In the tutorial, the length of the progress bar is set to 1000 and the update was mistakenly set to 2500. The update should be 1/4 of the length given that the loop runs for 4 iterations. This commit sets the update amount to 250 which better showcases the feature.
    valentincalomme committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6cc922e View commit details
    Browse the repository at this point in the history