summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/deprecated/distutils-legacy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst
index 30adcd2b..8112f12e 100644
--- a/docs/deprecated/distutils-legacy.rst
+++ b/docs/deprecated/distutils-legacy.rst
@@ -24,7 +24,7 @@ As Distutils is deprecated, any usage of functions or objects from distutils is
``distutils.core.setup`` → ``setuptools.setup``
-``distutils.cmd.Command`` → ``setuptools.Command``
+``distutils.cmd.Command`` or ``distutils.core.Command`` → ``setuptools.Command``
``distutils.command.{build_clib,build_ext,build_py,sdist}`` → ``setuptools.command.*``