mirror of https://github.com/python/cpython.git
Use mdash-es consistently in the library docs index (GH-92762)
(cherry picked from commit efb20a97c4
)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This commit is contained in:
parent
36a3372d51
commit
cb4359ccfc
|
@ -1,7 +1,7 @@
|
|||
.. _2to3-reference:
|
||||
|
||||
2to3 - Automated Python 2 to 3 code translation
|
||||
===============================================
|
||||
2to3 --- Automated Python 2 to 3 code translation
|
||||
=================================================
|
||||
|
||||
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
|
||||
|
||||
|
@ -456,8 +456,8 @@ and off individually. They are described here in more detail.
|
|||
``from future_builtins import zip`` appears.
|
||||
|
||||
|
||||
:mod:`lib2to3` - 2to3's library
|
||||
-------------------------------
|
||||
:mod:`lib2to3` --- 2to3's library
|
||||
---------------------------------
|
||||
|
||||
.. module:: lib2to3
|
||||
:synopsis: The 2to3 library
|
||||
|
|
Loading…
Reference in New Issue