Skip to content

Commit bf18852

Browse files
committed
fixing some typos
1 parent dad9ef9 commit bf18852

File tree

4 files changed

+10
-24
lines changed

4 files changed

+10
-24
lines changed

all.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ <h2>New to programming</h2>
248248
PDF form.</p>
249249
</li>
250250
<li>
251-
<p><a href="http://pymbook.readthedocs.org/en/latest/">Python for You and Me</a> (pym) is
252-
an online book for people completely unfamiliar with the Python programming
253-
language.</p>
254-
</li>
255-
<li>
256251
<p>While not Python-specific, Mozilla put together a
257252
<a href="https://developer.mozilla.org/en-US/Learn">Learning the Web</a> tutorial
258253
for beginners and intermediate web users who want to build websites.
@@ -388,9 +383,9 @@ <h2>Newsletters</h2>
388383
</li>
389384
<li>
390385
<p><a href="http://importpython.com/newsletter/">Import Python</a> is a newer newsletter
391-
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
392-
covers different sources from other newsletters. It's well worth subscribing
393-
to all three so you don't miss anything.</p>
386+
than Python Weekly and PyCoder's Weekly. So far I've found this newsletter
387+
often pulls from different sources than the other two. It's well worth
388+
subscribing to all three so you don't miss anything.</p>
394389
</li>
395390
</ul>
396391
<h1>Best Python Videos</h1>

best-python-resources.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ <h2>New to programming</h2>
8484
PDF form.</p>
8585
</li>
8686
<li>
87-
<p><a href="http://pymbook.readthedocs.org/en/latest/">Python for You and Me</a> (pym) is
88-
an online book for people completely unfamiliar with the Python programming
89-
language.</p>
90-
</li>
91-
<li>
9287
<p>While not Python-specific, Mozilla put together a
9388
<a href="https://developer.mozilla.org/en-US/Learn">Learning the Web</a> tutorial
9489
for beginners and intermediate web users who want to build websites.
@@ -224,9 +219,9 @@ <h2>Newsletters</h2>
224219
</li>
225220
<li>
226221
<p><a href="http://importpython.com/newsletter/">Import Python</a> is a newer newsletter
227-
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
228-
covers different sources from other newsletters. It's well worth subscribing
229-
to all three so you don't miss anything.</p>
222+
than Python Weekly and PyCoder's Weekly. So far I've found this newsletter
223+
often pulls from different sources than the other two. It's well worth
224+
subscribing to all three so you don't miss anything.</p>
230225
</li>
231226
</ul>
232227
<h3>Those resources should help you get started. What's next?</h3>

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-20T09:44:48Z</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-20T17:32:42Z</updated></feed>

source/content/pages/02-learning-programming/04-best-python-resources.markdown

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ should skip down to the next section for "experienced developers".
5252
book provided under the Creative Commons license and available in HTML or
5353
PDF form.
5454

55-
* [Python for You and Me](http://pymbook.readthedocs.org/en/latest/) (pym) is
56-
an online book for people completely unfamiliar with the Python programming
57-
language.
58-
5955
* While not Python-specific, Mozilla put together a
6056
[Learning the Web](https://developer.mozilla.org/en-US/Learn) tutorial
6157
for beginners and intermediate web users who want to build websites.
@@ -165,7 +161,7 @@ the [best Python videos](/best-python-videos.html) page.
165161
and projects from around the web.
166162

167163
* [Import Python](http://importpython.com/newsletter/) is a newer newsletter
168-
thank Python Weekly and PyCoder's Weekly. So far I've found this newsletter
169-
covers different sources from other newsletters. It's well worth subscribing
170-
to all three so you don't miss anything.
164+
than Python Weekly and PyCoder's Weekly. So far I've found this newsletter
165+
often pulls from different sources than the other two. It's well worth
166+
subscribing to all three so you don't miss anything.
171167

0 commit comments

Comments
 (0)