Skip to content

Commit

Permalink
✏ Fix typo in docs about contributing, for compatibility with pip i…
Browse files Browse the repository at this point in the history
…n Zsh (#5523)

Co-authored-by: zhangbo <zhangbo@zjptmc.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
3 people committed Oct 31, 2022
1 parent 959f6bf commit 22524a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/contributing.md
Expand Up @@ -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%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/docs/contributing.md
Expand Up @@ -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%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/docs/contributing.md
Expand Up @@ -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%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/docs/contributing.md
Expand Up @@ -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%
```
Expand Down

0 comments on commit 22524a1

Please sign in to comment.