diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-11-11 23:34:33 -0800 |
|---|---|---|
| committer | Bernát Gábor <gaborjbernat@gmail.com> | 2018-11-12 07:34:33 +0000 |
| commit | 0660e1d75ea1660c860846e1963fcf8df9354778 (patch) | |
| tree | af816a69c6e7e6857cccfe1c3399fc739f33e3f2 /docs/example/basic.rst | |
| parent | 4116de9e34b1ee13d3d8959b4b357d4da4649534 (diff) | |
| download | tox-git-0660e1d75ea1660c860846e1963fcf8df9354778.tar.gz | |
Correct capitalization of PyPI (#1084)
As spelled on https://pypi.org/.
Diffstat (limited to 'docs/example/basic.rst')
| -rw-r--r-- | docs/example/basic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/example/basic.rst b/docs/example/basic.rst index e082a17e..f5e06bf3 100644 --- a/docs/example/basic.rst +++ b/docs/example/basic.rst @@ -197,7 +197,7 @@ different PyPI servers, example: [testenv] deps = docutils # comes from standard PyPI - :DEV:mypackage # will be installed from custom "DEV" pypi url + :DEV:mypackage # will be installed from custom "DEV" PyPI url This configuration will install ``docutils`` from the default Python PYPI server and will install the ``mypackage`` from |
