Skip to content

Commit b4094b3

Browse files
authored
Merge pull request pallets#4269 from Jalkhov/patch-1
Fix grammatical error
2 parents 56c8bdd + 22933a8 commit b4094b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flask/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ class Flask(Scaffold):
366366
#: .. versionadded:: 1.1.0
367367
url_map_class = Map
368368

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

0 commit comments

Comments
 (0)