Skip to content

Commit 3817ded

Browse files
authored
Reword note.
1 parent 6a64635 commit 3817ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distutils/cmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ def set_undefined_options(
322322
if getattr(self, dst_option) is None:
323323
setattr(self, dst_option, getattr(src_cmd_obj, src_option))
324324

325-
# NOTE: Because distutils is private setuptools implementation and we don't need to re-expose all commands here,
326-
# we're not overloading each and every command possibility.
325+
# NOTE: Because distutils is private to Setuptools and not all commands are exposed here,
326+
# not every possible command is enumerated in the signature.
327327
def get_finalized_command(self, command: str, create: bool = True) -> Command:
328328
"""Wrapper around Distribution's 'get_command_obj()' method: find
329329
(create if necessary and 'create' is true) the command object for

0 commit comments

Comments
 (0)