mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
691d26a17f
commit
da4912885f
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
@ -451,8 +451,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…
Add table
Add a link
Reference in a new issue