Fix some typos

This commit is contained in:
Asher Foa 2019-11-16 12:31:45 -08:00
commit 3bb31c84fd
7 changed files with 11 additions and 11 deletions

View file

@ -190,7 +190,7 @@ def create_backend_app(service):
index = 2
while endpoint in backend_app.view_functions:
# HACK: Sometimes we map the same view to multiple url_paths. Flask
# requries us to have different names.
# requires us to have different names.
endpoint = original_endpoint + str(index)
index += 1