We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777a40 commit c068081Copy full SHA for c068081
setuptools/command/build.py
@@ -48,8 +48,8 @@ class SubCommand(Protocol):
48
Subcommands **SHOULD** take advantage of ``editable_mode=True`` to adequate
49
its behaviour or perform optimisations.
50
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,
+ 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,
53
``run()`` **SHOULD** simply "early return".
54
55
Similarly, if the subcommand creates files that would be placed alongside
0 commit comments