Skip to content

Commit d635917

Browse files
committed
fixing typo on resources page
1 parent 1f2b64d commit d635917

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ <h1>Best Python Resources</h1>
167167
<p>This page aggregates the best general Python resources with descriptions of
168168
what they provide to readers.</p>
169169
<div class="well" style="margin-top: 20px;">
170-
If you prefer learning by watching videos
171-
<a href="/best-python-videos.html">best Python videos</a> as well
172-
as a read what
170+
If you prefer to learn by watching videos check out the
171+
<a href="/best-python-videos.html">best Python videos</a>. You may
172+
also be interested in reading about
173173
<a href="/development-environments.html">development environments</a>
174174
to use for coding.
175175
</div>

best-python-resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h1>Best Python Resources</h1>
4545
<p>This page aggregates the best general Python resources with descriptions of
4646
what they provide to readers.</p>
4747
<div class="well" style="margin-top: 20px;">
48-
If you prefer learning by watching videos
49-
<a href="/best-python-videos.html">best Python videos</a> as well
50-
as a read what
48+
If you prefer to learn by watching videos check out the
49+
<a href="/best-python-videos.html">best Python videos</a>. You may
50+
also be interested in reading about
5151
<a href="/development-environments.html">development environments</a>
5252
to use for coding.
5353
</div>

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-03-14T11:11:00Z</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-03-14T12:44:48Z</updated></feed>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This page aggregates the best general Python resources with descriptions of
2626
what they provide to readers.
2727

2828
<div class="well" style="margin-top: 20px;">
29-
If you prefer learning by watching videos
30-
<a href="/best-python-videos.html">best Python videos</a> as well
31-
as a read what
29+
If you prefer to learn by watching videos check out the
30+
<a href="/best-python-videos.html">best Python videos</a>. You may
31+
also be interested in reading about
3232
<a href="/development-environments.html">development environments</a>
3333
to use for coding.
3434
</div>

0 commit comments

Comments
 (0)