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

Conversation

valentincalomme
Copy link
Contributor

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.

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.
@codecov-io
Copy link

codecov-io commented Mar 11, 2020

Codecov Report

Merging #63 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files         166      166           
  Lines        2925     2925           
=======================================
  Hits         2924     2924           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 87fe78c...6cc922e. Read the comment docs.

@tiangolo tiangolo merged commit 78d8367 into fastapi:master Mar 19, 2020
@tiangolo
Copy link
Member

Ah! Good catch, thanks @valentincalomme ! 🚀 🍰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants