Merge pull request #1259 from timgates42/bugfix_typo_progress

docs: fix simple typo, progess -> progress
This commit is contained in:
Saptak Sengupta 2021-01-24 04:03:21 +05:30 committed by GitHub
commit 589ea1cfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ class Web:
if self.mode == "receive":
# Use custom WSGI middleware, to modify environ
self.app.wsgi_app = ReceiveModeWSGIMiddleware(self.app.wsgi_app, self)
# Use a custom Request class to track upload progess
# Use a custom Request class to track upload progress
self.app.request_class = ReceiveModeRequest
# Starting in Flask 0.11, render_template_string autoescapes template variables