mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
This commit is contained in:
parent
387235085c
commit
dba903993a
63 changed files with 445 additions and 409 deletions
|
@ -1907,9 +1907,9 @@ Subclasses of :class:`Command` must define the following methods.
|
|||
that is designed to run with both Python 2.x and 3.x, add::
|
||||
|
||||
try:
|
||||
from distutils.command.build_py import build_py_2to3 as build_py
|
||||
from distutils.command.build_py import build_py_2to3 as build_py
|
||||
except ImportError:
|
||||
from distutils.command.build_py import build_py
|
||||
from distutils.command.build_py import build_py
|
||||
|
||||
to your setup.py, and later::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue