From 877ad38540665d73ba2eaf1ae74a73f5e362531e Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 21 Oct 2015 17:24:29 -0500 Subject: [PATCH] Match title underlining length to title length --- docs/intro/learning.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ccaa60b..12a1326 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -32,7 +32,7 @@ resource for learning all aspects of the language. `Python for You and Me `_ Online Python Tutor -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~ Online Python Tutor gives you a visual step by step representation of how your program runs. Python Tutor @@ -262,7 +262,7 @@ of the language. `The Python Language Reference `_ Python Pocket Reference -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~ Python Pocket Reference, written by Mark Lutz, is an easy to use reference to the core language, with descriptions of commonly used modules and toolkits. It @@ -271,7 +271,7 @@ covers Python 3 and 2.6 versions. `Python Pocket Reference `_ Python Cookbook -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~ Python Cookbook, written by David Beazley and Brian K. Jones, is packed with 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. `For Python 2.7.3+ `_ - `For Python 3.3+ `_ \ No newline at end of file + `For Python 3.3+ `_