From c068081a7234a0c5c322a9312654e7d0f4aaa8d1 Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Mon, 31 Oct 2022 09:39:00 -0400 Subject: [PATCH] Typo corrections --- setuptools/command/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setuptools/command/build.py b/setuptools/command/build.py index c0676d8e4b..fa3c99ef48 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