-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mdash-es consistently in the library docs index (GH-92762)
(cherry picked from commit efb20a9) Co-authored-by: Oleg Iarygin <[email protected]>
- Loading branch information
1 parent
36a3372
commit cb4359c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
|
||
|
@@ -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 | ||
|