summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorBrett M. Morris <morrisbrettm@gmail.com>2022-10-31 09:39:00 -0400
committerGitHub <noreply@github.com>2022-10-31 09:39:00 -0400
commitc068081a7234a0c5c322a9312654e7d0f4aaa8d1 (patch)
treee11bb8a7bd83f41e79c3590a4e14cc3be4138b5a /setuptools/command
parentf777a40ed9abf529906c2939f80a184a5ed035fa (diff)
downloadpython-setuptools-git-c068081a7234a0c5c322a9312654e7d0f4aaa8d1.tar.gz
Typo corrections
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py
index c0676d8e..fa3c99ef 100644
--- a/setuptools/command/build.py
+++ b/setuptools/command/build.py
@@ -48,8 +48,8 @@ class SubCommand(Protocol):
Subcommands **SHOULD** take advantage of ``editable_mode=True`` to adequate
its behaviour or perform optimisations.
- For example, if a subcommand don't need to generate any extra file and
- everything it does is to copy a source file into the build directory,
+ For example, if a subcommand doesn't need to generate an extra file and
+ all it does is to copy a source file into the build directory,
``run()`` **SHOULD** simply "early return".
Similarly, if the subcommand creates files that would be placed alongside