Skip to content

Commit 0801de1

Browse files
committed
Minor doc fix
1 parent 0a2218f commit 0801de1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/source/faq.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Why upgrade to Python 3?
1919
========================
2020

2121
.. epigraph::
22-
"Python 2 is the next COBOL." - Alex Gaynor, at PyCon AU 2013
22+
23+
"Python 2 is the next COBOL."
24+
25+
-- Alex Gaynor, at PyCon AU 2013
2326

2427
Python 2.7 is the end of the Python 2 line. (See `PEP 404
2528
<http://www.python.org/peps/pep-0404/>`_.) The language and standard
@@ -77,11 +80,11 @@ Consider this quote:
7780

7881
.. epigraph::
7982

80-
"Duplication of effort is wasteful, and replacing the various
81-
home-grown approaches with a standard feature usually ends up making
82-
things more readable, and interoperable as well."
83+
"Duplication of effort is wasteful, and replacing the various
84+
home-grown approaches with a standard feature usually ends up making
85+
things more readable, and interoperable as well."
8386

84-
-- Guido van Rossum (`blog post <http://www.artima.com/weblogs/viewpost.jsp?thread=86641>`_)
87+
-- Guido van Rossum (`blog post <http://www.artima.com/weblogs/viewpost.jsp?thread=86641>`_)
8588

8689

8790
``future`` also includes various Py2/3 compatibility tools in

0 commit comments

Comments
 (0)