Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use mdash-es consistently in the library docs index (GH-92762)
(cherry picked from commit efb20a9)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
  • Loading branch information
arhadthedev authored and miss-islington committed Jul 8, 2022
commit 3ee5cec6a277a825c61af997c0786050bd625d8e
8 changes: 4 additions & 4 deletions Doc/library/2to3.rst
Original file line number Diff line number Diff line change
@@ -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>

Expand Down Expand Up @@ -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
Expand Down