From 9a09be9cfa75714c3f0c1dfd932104eedb274631 Mon Sep 17 00:00:00 2001 From: Vishal Sodani Date: Tue, 15 Apr 2014 08:29:50 +0530 Subject: [PATCH] Fix format --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index b7eca0d..959859f 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -224,7 +224,7 @@ Python 3 and 2.6 versions. `Python Pocket Reference `_ Writing Idiomatic Python -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~ "Writing Idiomatic Python", written by Jeff Knupp, contains the most common and important Python idioms in a format that maximizes identification and understanding.