]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Re-word to clarify test client in `docs/en/docs/tutorial/testing.md` (#3382)
authorBharat Raghunathan <bharatraghunthan9767@gmail.com>
Thu, 7 Oct 2021 13:57:51 +0000 (19:27 +0530)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 13:57:51 +0000 (13:57 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/testing.md

index b225dcb666667b6f26675d2dd1dc2b5e739231b0..9c9a8270cc3d237a4b6e74ba1823c433c8c5004a 100644 (file)
@@ -10,7 +10,7 @@ With it, you can use <a href="https://docs.pytest.org/" class="external-link" ta
 
 Import `TestClient`.
 
-Create a `TestClient` passing to it your **FastAPI**.
+Create a `TestClient` passing to it your **FastAPI** application.
 
 Create functions with a name that starts with `test_` (this is standard `pytest` conventions).