summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setuptools/command/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py
index 7ab60ce6..12a43622 100644
--- a/setuptools/command/build.py
+++ b/setuptools/command/build.py
@@ -15,7 +15,7 @@ class build(_build):
subcommands = {cmd[0] for cmd in _build.sub_commands}
if subcommands - _ORIGINAL_SUBCOMMANDS:
msg = """
- It seems that you are using `distutils.command.build.build` to add
+ It seems that you are using `distutils.command.build` to add
new subcommands. Using `distutils` directly is considered deprecated,
please use `setuptools.command.build`.
"""