]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use mdash-es consistently in the library docs index (GH-92762)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jul 2022 14:50:56 +0000 (07:50 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 14:50:56 +0000 (07:50 -0700)
(cherry picked from commit efb20a97c491821acb03564f526afaf9eed47eef)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/library/2to3.rst

index 5e1b010e9bb5f2bd0efa69a5e8f1b0dc46c1d5e4..e9becb0738237062b34eb7135c5b956928f2b4e5 100644 (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>
 
@@ -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