Skip to content

Commit 524b3f2

Browse files
committed
fixing typo found in PR mattmakai#75
1 parent 1f3c34e commit 524b3f2

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
@@ -216,7 +216,7 @@ <h1>Python 2 or 3?</h1>
216216
<h3>Python 2 to 3 resources</h3>
217217
<ul>
218218
<li>
219-
<p>Wnat to know all of the advantages and what's changed in Python 3
219+
<p>Want to know all of the advantages and what's changed in Python 3
220220
compared to Python 2? There's
221221
<a href="https://docs.python.org/3/whatsnew/index.html">an official guide to Python 3 changes</a>
222222
you'll want to read.</p>

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-12-20T09:44:34Z</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-12-23T13:29:53Z</updated></feed>

python-2-or-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1>Python 2 or 3?</h1>
5656
<h3>Python 2 to 3 resources</h3>
5757
<ul>
5858
<li>
59-
<p>Wnat to know all of the advantages and what's changed in Python 3
59+
<p>Want to know all of the advantages and what's changed in Python 3
6060
compared to Python 2? There's
6161
<a href="https://docs.python.org/3/whatsnew/index.html">an official guide to Python 3 changes</a>
6262
you'll want to read.</p>

source/content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using Django, there is also a wall specifically for
3333

3434

3535
### Python 2 to 3 resources
36-
* Wnat to know all of the advantages and what's changed in Python 3
36+
* Want to know all of the advantages and what's changed in Python 3
3737
compared to Python 2? There's
3838
[an official guide to Python 3 changes](https://docs.python.org/3/whatsnew/index.html)
3939
you'll want to read.

0 commit comments

Comments
 (0)