Skip to content

Commit

Permalink
fix docs for Flask.test_client_class
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalkhov authored and davidism committed Oct 1, 2021
1 parent 56c8bdd commit 22933a8
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 22933a8

Please sign in to comment.