mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Fix typo found by Min ho Kim (GH-14879)
(cherry picked from commit 8e3a7380ec
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
e8b3a2e78a
commit
a8cac5762c
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ def copy_strip():
|
||||||
same, help.html can be backported. The internal Python version
|
same, help.html can be backported. The internal Python version
|
||||||
number is not displayed. If maintenance idle.rst diverges from
|
number is not displayed. If maintenance idle.rst diverges from
|
||||||
the master version, then instead of backporting help.html from
|
the master version, then instead of backporting help.html from
|
||||||
master, repeat the proceedure above to generate a maintenance
|
master, repeat the procedure above to generate a maintenance
|
||||||
version.
|
version.
|
||||||
"""
|
"""
|
||||||
src = join(abspath(dirname(dirname(dirname(__file__)))),
|
src = join(abspath(dirname(dirname(dirname(__file__)))),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue