]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use mdash-es consistently in the library docs index (#92762)
authorOleg Iarygin <oleg@arhadthedev.net>
Fri, 8 Jul 2022 14:44:15 +0000 (17:44 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 14:44:15 +0000 (16:44 +0200)
Doc/library/2to3.rst

index fce02e2800933015f81e50d19df589eb813a5b9b..d85ad94e9b7fe47fc7188a856250d7cd9d23e432 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>
 
@@ -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