Skip to content

Commit c759280

Browse files
committed
Fix typo in docs/userguide/development_mode (#3664)
2 parents 500840d + e4a4e40 commit c759280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/development_mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When creating a Python project, developers usually want to implement and test
55
changes iteratively, before cutting a release and preparing a distribution archive.
66

77
In normal circumstances this can be quite cumbersome and require the developers
8-
to manipulate the ``PYTHONPATH`` environment variable or to continuous re-build
8+
to manipulate the ``PYTHONPATH`` environment variable or to continuously re-build
99
and re-install the project.
1010

1111
To facilitate iterative exploration and experimentation, setuptools allows

0 commit comments

Comments
 (0)