]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh (#5523)
authorzhangbo <zhangbo2012@outlook.com>
Mon, 31 Oct 2022 16:46:37 +0000 (00:46 +0800)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 16:46:37 +0000 (16:46 +0000)
Co-authored-by: zhangbo <zhangbo@zjptmc.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/contributing.md
docs/ja/docs/contributing.md
docs/pt/docs/contributing.md
docs/zh/docs/contributing.md

index 39d7dd19304dd534cb84599d4542111cfdc0b50f..58a3632202a2be20ea5838f9bfb9b40708ca2b2a 100644 (file)
@@ -108,7 +108,7 @@ After activating the environment as described above:
 <div class="termy">
 
 ```console
-$ pip install -e .[dev,doc,test]
+$ pip install -e ."[dev,doc,test]"
 
 ---> 100%
 ```
index 8bad864a2b7719702828a2b591a2c8109c3f1dc6..9affea443a27ce4b2d5b5f4695570898057c913d 100644 (file)
@@ -97,7 +97,7 @@ $ python -m venv env
 <div class="termy">
 
 ```console
-$ pip install -e .[dev,doc,test]
+$ pip install -e ."[dev,doc,test]"
 
 ---> 100%
 ```
index dcb6a80db1e794d5256218eca68a69a88f93d3e7..f95b6f4eccec8fc926d2cc6db153102b3e9bcd13 100644 (file)
@@ -98,7 +98,7 @@ Após ativar o ambiente como descrito acima:
 <div class="termy">
 
 ```console
-$ pip install -e .[dev,doc,test]
+$ pip install -e ."[dev,doc,test]"
 
 ---> 100%
 ```
index ca3646289e9bda207ca4ad72fd63ef6687e7f165..36c3631c44461a79f2ba03ca78fe9294ed340219 100644 (file)
@@ -97,7 +97,7 @@ $ python -m venv env
 <div class="termy">
 
 ```console
-$ pip install -e .[dev,doc,test]
+$ pip install -e ."[dev,doc,test]"
 
 ---> 100%
 ```