summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-03 17:13:04 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-03 17:13:04 +0100
commitb422ddc51bfb6a79cad5c8bfa4ab2619400839ed (patch)
tree6c6c9908cbfbdaa38776261a7141f0efded70d25 /setuptools/command
parent9d720450c24ef72d5c6d986ee4b6b7c237b29ff4 (diff)
downloadpython-setuptools-git-b422ddc51bfb6a79cad5c8bfa4ab2619400839ed.tar.gz
Fix grammar problems with paragraph in docs
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py
index 1396afd5..283999da 100644
--- a/setuptools/command/build.py
+++ b/setuptools/command/build.py
@@ -41,7 +41,7 @@ class SubCommand(Protocol):
When creating an :pep:`editable wheel <660>`, ``setuptools`` will try to evaluate
custom ``build`` subcommands using the following procedure:
- 1. ``setuptools`` will set the ``editable_mode`` flag will be set to ``True``
+ 1. ``setuptools`` will set the ``editable_mode`` attribute to ``True``
2. ``setuptools`` will execute the ``run()`` command.
.. important::