Skip to content

Commit c068081

Browse files
authored
Typo corrections
1 parent f777a40 commit c068081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/command/build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class SubCommand(Protocol):
4848
Subcommands **SHOULD** take advantage of ``editable_mode=True`` to adequate
4949
its behaviour or perform optimisations.
5050
51-
For example, if a subcommand don't need to generate any extra file and
52-
everything it does is to copy a source file into the build directory,
51+
For example, if a subcommand doesn't need to generate an extra file and
52+
all it does is to copy a source file into the build directory,
5353
``run()`` **SHOULD** simply "early return".
5454
5555
Similarly, if the subcommand creates files that would be placed alongside

0 commit comments

Comments
 (0)