diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-11 10:57:30 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-11 10:57:30 +0000 |
commit | c75928017022ac52464ed65e9fe3a553281372fc (patch) | |
tree | 6b2a8a8332f6d4d229e402ad41f0b6ec6952767f /docs/userguide | |
parent | 500840ddfaae59262f62b8ff96a6ff9a595c69eb (diff) | |
parent | e4a4e4032fe042a2c02b0d0f6ac5d2f86bba2be0 (diff) | |
download | python-setuptools-git-c75928017022ac52464ed65e9fe3a553281372fc.tar.gz |
Fix typo in docs/userguide/development_mode (#3664)
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/development_mode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index 5378b994..1716e0af 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -5,7 +5,7 @@ When creating a Python project, developers usually want to implement and test changes iteratively, before cutting a release and preparing a distribution archive. In normal circumstances this can be quite cumbersome and require the developers -to manipulate the ``PYTHONPATH`` environment variable or to continuous re-build +to manipulate the ``PYTHONPATH`` environment variable or to continuously re-build and re-install the project. To facilitate iterative exploration and experimentation, setuptools allows |