Skip to content

Commit 877ad38

Browse files
committed
Match title underlining length to title length
1 parent eabbd96 commit 877ad38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/intro/learning.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource for learning all aspects of the language.
3232
`Python for You and Me <http://pymbook.readthedocs.org/>`_
3333

3434
Online Python Tutor
35-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
~~~~~~~~~~~~~~~~~~~
3636

3737
Online Python Tutor gives you a visual step by step
3838
representation of how your program runs. Python Tutor
@@ -262,7 +262,7 @@ of the language.
262262
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
263263

264264
Python Pocket Reference
265-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
265+
~~~~~~~~~~~~~~~~~~~~~~~
266266

267267
Python Pocket Reference, written by Mark Lutz, is an easy to use reference to
268268
the core language, with descriptions of commonly used modules and toolkits. It
@@ -271,7 +271,7 @@ covers Python 3 and 2.6 versions.
271271
`Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do>`_
272272

273273
Python Cookbook
274-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274+
~~~~~~~~~~~~~~~
275275

276276
Python Cookbook, written by David Beazley and Brian K. Jones, is packed with
277277
practical recipes. This book covers the core python language as well as tasks
@@ -291,4 +291,4 @@ way to write it and the "Idiomatic" way.
291291

292292
`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
293293

294-
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_
294+
`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/>`_

0 commit comments

Comments
 (0)