Skip to content

Commit ac9d7d2

Browse files
authored
Merge pull request #3750 from pypa/abravalheri-doc-patch-1
[Docs] Add migration for `distutils.core.Command`
2 parents 1f942b9 + 9208648 commit ac9d7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deprecated/distutils-legacy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As Distutils is deprecated, any usage of functions or objects from distutils is
2424

2525
``distutils.core.setup`` → ``setuptools.setup``
2626

27-
``distutils.cmd.Command`` → ``setuptools.Command``
27+
``distutils.cmd.Command`` or ``distutils.core.Command`` → ``setuptools.Command``
2828

2929
``distutils.command.{build_clib,build_ext,build_py,sdist}`` → ``setuptools.command.*``
3030

0 commit comments

Comments
 (0)