Skip to content

Commit 98d8e32

Browse files
committed
fixing typo on generators page
1 parent a15ad2d commit 98d8e32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 &amp; 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

generators.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 &amp; 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>

source/content/pages/03-core-python/01-generators.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)