diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-08 14:52:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 14:52:02 (GMT) |
commit | cb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5 (patch) | |
tree | 882331214a4772f9ee0f8ff467963cc1e8db2aaf | |
parent | 36a3372d5105ffbd083a56cc8442a81a5bfeb19b (diff) | |
download | cpython-cb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5.zip cpython-cb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5.tar.gz cpython-cb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5.tar.bz2 |
Use mdash-es consistently in the library docs index (GH-92762)
(cherry picked from commit efb20a97c491821acb03564f526afaf9eed47eef)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
-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 |