We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f942b9 + 9208648 commit ac9d7d2Copy full SHA for ac9d7d2
docs/deprecated/distutils-legacy.rst
@@ -24,7 +24,7 @@ As Distutils is deprecated, any usage of functions or objects from distutils is
24
25
``distutils.core.setup`` → ``setuptools.setup``
26
27
-``distutils.cmd.Command`` → ``setuptools.Command``
+``distutils.cmd.Command`` or ``distutils.core.Command`` → ``setuptools.Command``
28
29
``distutils.command.{build_clib,build_ext,build_py,sdist}`` → ``setuptools.command.*``
30
0 commit comments