Skip to content

Commit

Permalink
Merge pull request #3656 from bmorris3/typos
Browse files Browse the repository at this point in the history
Typo corrections
  • Loading branch information
jaraco committed Nov 4, 2022
2 parents 58e23de + c068081 commit de35d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/command/build.py
Expand Up @@ -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
Expand Down

0 comments on commit de35d8b

Please sign in to comment.