We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a3372 commit cb4359cCopy full SHA for cb4359c
Doc/library/2to3.rst
@@ -1,7 +1,7 @@
1
.. _2to3-reference:
2
3
-2to3 - Automated Python 2 to 3 code translation
4
-===============================================
+2to3 --- Automated Python 2 to 3 code translation
+=================================================
5
6
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
7
@@ -456,8 +456,8 @@ and off individually. They are described here in more detail.
456
``from future_builtins import zip`` appears.
457
458
459
-:mod:`lib2to3` - 2to3's library
460
--------------------------------
+:mod:`lib2to3` --- 2to3's library
+---------------------------------
461
462
.. module:: lib2to3
463
:synopsis: The 2to3 library
0 commit comments