Skip to content

Commit

Permalink
Merge pull request pallets#4269 from Jalkhov/patch-1
Browse files Browse the repository at this point in the history
Fix grammatical error
  • Loading branch information
davidism authored Oct 1, 2021
2 parents 56c8bdd + 22933a8 commit b4094b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ class Flask(Scaffold):
#: .. versionadded:: 1.1.0
url_map_class = Map

#: the test client that is used with when `test_client` is used.
#: The :meth:`test_client` method creates an instance of this test
#: client class. Defaults to :class:`~flask.testing.FlaskClient`.
#:
#: .. versionadded:: 0.7
test_client_class: t.Optional[t.Type["FlaskClient"]] = None
Expand Down

0 comments on commit b4094b3

Please sign in to comment.