From 7593abaaee908cdfecb681c51a13bb43506b4b68 Mon Sep 17 00:00:00 2001 From: Vishal Sodani Date: Mon, 14 Apr 2014 22:08:33 +0530 Subject: [PATCH] Rename title, add links for 2.7.3 and 3.3 --- docs/intro/learning.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 6d66bdf..b7eca0d 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -223,7 +223,7 @@ Python 3 and 2.6 versions. `Python Pocket Reference `_ -Writing Idiomatic Python 2.7.3 +Writing Idiomatic Python ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Writing Idiomatic Python", written by Jeff Knupp, contains the most common and @@ -232,6 +232,8 @@ Each idiom is presented as a recommendation to write some commonly used piece of It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way - `Writing Idiomatic Python 2.7.3 `_ + `For Python 2.7.3+ `_ + + `For Python 3.3+ `_