]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix typo in `docs/en/docs/contributing.md` (#9878)
authorVicente Merino <47841749+VicenteMerino@users.noreply.github.com>
Sat, 5 Aug 2023 08:34:07 +0000 (04:34 -0400)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 08:34:07 +0000 (10:34 +0200)
Co-authored-by: Vicente Merino <vmerino@rexmas.com>
docs/en/docs/contributing.md

index f968489aed90b0635f9962031d929a79b34cd171..cfdb607d772e0f2dd364223d3e15c537ecf2ccfe 100644 (file)
@@ -126,7 +126,7 @@ And if you update that local FastAPI source code when you run that Python file a
 That way, you don't have to "install" your local version to be able to test every change.
 
 !!! note "Technical Details"
-    This only happens when you install using this included `requiements.txt` instead of installing `pip install fastapi` directly.
+    This only happens when you install using this included `requirements.txt` instead of installing `pip install fastapi` directly.
 
     That is because inside of the `requirements.txt` file, the local version of FastAPI is marked to be installed in "editable" mode, with the `-e` option.