Skip to content

Commit 4a3375e

Browse files
committed
Wrap text
1 parent d8bc851 commit 4a3375e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/intro/learning.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,11 @@ Python 3 and 2.6 versions.
226226
Writing Idiomatic Python 2.7.3
227227
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228228

229-
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. 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
229+
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
230+
important Python idioms in a format that maximizes identification and understanding.
231+
Each idiom is presented as a recommendation to write some commonly used piece of code.
232+
It is followed by an explanation of why the idiom is important. It also contains two
233+
code samples: the "Harmful" way to write it and the "Idiomatic" way
230234

231235
`Writing Idiomatic Python 2.7.3 <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/>`_
232236

0 commit comments

Comments
 (0)