mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix markup error and update suspicious ignores.
This commit is contained in:
parent
3a780aaab4
commit
829befb9e3
2 changed files with 19 additions and 2 deletions
|
@ -557,11 +557,11 @@ For distutils, use the following idiom::
|
|||
except ImportError: # Python 2
|
||||
from distutils.command.build_py import build_py
|
||||
|
||||
setup(cmdclass = {'build_py':build_py},
|
||||
setup(cmdclass = {'build_py': build_py},
|
||||
# ...
|
||||
)
|
||||
|
||||
For Distribute::
|
||||
For Distribute::
|
||||
|
||||
setup(use_2to3=True,
|
||||
# ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue