diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-07-08 14:44:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 14:44:15 (GMT) |
commit | efb20a97c491821acb03564f526afaf9eed47eef (patch) | |
tree | cda04d53239b98b6eb48d6045dcf1608f1500a5b /Doc | |
parent | 00464bbed66e5f64bdad7f930b315a88d5afccae (diff) | |
download | cpython-efb20a97c491821acb03564f526afaf9eed47eef.zip cpython-efb20a97c491821acb03564f526afaf9eed47eef.tar.gz cpython-efb20a97c491821acb03564f526afaf9eed47eef.tar.bz2 |
Use mdash-es consistently in the library docs index (#92762)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/2to3.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index fce02e2..d85ad94 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -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 |