Browse Source

✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh (#5523)

Co-authored-by: zhangbo <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5571/head
zhangbo 2 years ago
committed by GitHub
parent
commit
22524a1610
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/contributing.md
  2. 2
      docs/ja/docs/contributing.md
  3. 2
      docs/pt/docs/contributing.md
  4. 2
      docs/zh/docs/contributing.md

2
docs/en/docs/contributing.md

@ -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%
```

2
docs/ja/docs/contributing.md

@ -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%
```

2
docs/pt/docs/contributing.md

@ -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%
```

2
docs/zh/docs/contributing.md

@ -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%
```

Loading…
Cancel
Save