File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
source/content/pages/03-core-python Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ <h2>Python generator resources</h2>
10771077< li >
10781078< p > < a href ="http://anandology.com/python-practice-book/iterators.html "> Iterators & Generators</ a >
10791079 provides code examples for these two constructs and some simple explanations
1080- for each. .</ p >
1080+ for each one .</ p >
10811081</ li >
10821082< li >
10831083< p > The question to < a href ="http://stackoverflow.com/questions/1756096/understanding-generators-in-python "> Understanding Generators in Python?</ a >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-07-21T20:05:11Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-07-21T20:44:30Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ <h2>Python generator resources</h2>
6060< li >
6161< p > < a href ="http://anandology.com/python-practice-book/iterators.html "> Iterators & Generators</ a >
6262 provides code examples for these two constructs and some simple explanations
63- for each. .</ p >
63+ for each one .</ p >
6464</ li >
6565< li >
6666< p > The question to < a href ="http://stackoverflow.com/questions/1756096/understanding-generators-in-python "> Understanding Generators in Python?</ a >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ language as of Python 2.2 in 2001.
2828
2929* [ Iterators & Generators] ( http://anandology.com/python-practice-book/iterators.html )
3030 provides code examples for these two constructs and some simple explanations
31- for each. .
31+ for each one .
3232
3333* The question to [ Understanding Generators in Python?] ( http://stackoverflow.com/questions/1756096/understanding-generators-in-python )
3434 on Stack Overflow has an impressive answer that clearly lays out the
You can’t perform that action at this time.
0 commit comments