From aa580faaf674b1938c36b799b8bf08e593e581db Mon Sep 17 00:00:00 2001 From: shripadbadithe Date: Sun, 6 Nov 2022 15:18:11 -0800 Subject: [PATCH 1/2] Fix typo in docs/userguide/development_mode.rst --- docs/userguide/development_mode.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index 5378b994b4..942abe0b0b 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 From e4a4e4032fe042a2c02b0d0f6ac5d2f86bba2be0 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 11 Nov 2022 10:57:20 +0000 Subject: [PATCH 2/2] Minor stylistic change --- docs/userguide/development_mode.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index 942abe0b0b..1716e0afb4 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -5,7 +5,8 @@ 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 continuously 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