diff options
author | shripadbadithe <ICSaccount1> | 2022-11-06 15:18:11 -0800 |
---|---|---|
committer | shripadbadithe <ICSaccount1> | 2022-11-06 15:18:11 -0800 |
commit | aa580faaf674b1938c36b799b8bf08e593e581db (patch) | |
tree | 9f47ddc4150ff4ee59b6afca2f4bdc286e0b772e /docs | |
parent | 17795c5adcdb9c0e3576d12ad0b64ed697110cb0 (diff) | |
download | python-setuptools-git-aa580faaf674b1938c36b799b8bf08e593e581db.tar.gz |
Fix typo in docs/userguide/development_mode.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide/development_mode.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index 5378b994..942abe0b 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -5,8 +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 -and re-install the project. +to manipulate the ``PYTHONPATH`` environment variable or to continuously re-build and re-install the project. To facilitate iterative exploration and experimentation, setuptools allows users to instruct the Python interpreter and its import machinery to load the |