]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix typos in code comments (#14364)
authorEdge-Seven <143301646+Edge-Seven@users.noreply.github.com>
Tue, 18 Nov 2025 08:30:20 +0000 (15:30 +0700)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 08:30:20 +0000 (09:30 +0100)
Fix typos in some files

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
tests/test_tutorial/test_sql_databases/test_tutorial001.py
tests/test_tutorial/test_sql_databases/test_tutorial002.py

index 6604a2fd384e27344d7da5cee674c81734455338..b45be4884d25a56275008eb14cdf5e4ced9de7ae 100644 (file)
@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
 
     with TestClient(mod.app) as c:
         yield c
-    # Clean up connection explicitely to avoid resource warning
+    # Clean up connection explicitly to avoid resource warning
     mod.engine.dispose()
 
 
index 2c4e0988ce9fc676c2fdfc0440f37aceb70c64ff..da0b8b7ce70fb570d8e5142dd9c7cef1b41c45ba 100644 (file)
@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
 
     with TestClient(mod.app) as c:
         yield c
-    # Clean up connection explicitely to avoid resource warning
+    # Clean up connection explicitly to avoid resource warning
     mod.engine.dispose()