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:
Miss Islington (bot) 2022-07-08 07:52:02 -07:00 committed by GitHub
parent 36a3372d51
commit cb4359ccfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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