We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 500840d + e4a4e40 commit c759280Copy full SHA for c759280
docs/userguide/development_mode.rst
@@ -5,7 +5,7 @@ When creating a Python project, developers usually want to implement and test
5
changes iteratively, before cutting a release and preparing a distribution archive.
6
7
In normal circumstances this can be quite cumbersome and require the developers
8
-to manipulate the ``PYTHONPATH`` environment variable or to continuous re-build
+to manipulate the ``PYTHONPATH`` environment variable or to continuously re-build
9
and re-install the project.
10
11
To facilitate iterative exploration and experimentation, setuptools allows
0 commit comments