Skip to content

Commit ed575d7

Browse files
committed
fixing typo on intro page
1 parent 65c0bcc commit ed575d7

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

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>2014-01-28T14:12: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>2014-01-30T13:26:46Z</updated></feed>

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ <h1>Introduction</h1>
9595
<a class="reference external" href="http://www.mattmakai.com/learning-python-for-non-developers.html">Learning Python</a>
9696
useful.</p>
9797
<p>This guide has a different focus from the above resources. Here I
98-
focus on explaining several ways of for how the Python <em>web application</em>
99-
stack works from server infrastructure through JavaScript execution on a
100-
user's browser.</p>
98+
focus on explaining the way a Python <em>web application</em> stack works from
99+
server infrastructure through JavaScript execution on a user's browser.</p>
101100
<p>People learning Python generally have at least one of the three following
102101
goals:</p>
103102
<ol class="arabic simple">

introduction.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ <h1>Introduction</h1>
9595
<a class="reference external" href="http://www.mattmakai.com/learning-python-for-non-developers.html">Learning Python</a>
9696
useful.</p>
9797
<p>This guide has a different focus from the above resources. Here I
98-
focus on explaining several ways of for how the Python <em>web application</em>
99-
stack works from server infrastructure through JavaScript execution on a
100-
user's browser.</p>
98+
focus on explaining the way a Python <em>web application</em> stack works from
99+
server infrastructure through JavaScript execution on a user's browser.</p>
101100
<p>People learning Python generally have at least one of the three following
102101
goals:</p>
103102
<ol class="arabic simple">

source/content/pages/introduction.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ you may also find my post on
3333
useful.
3434

3535
This guide has a different focus from the above resources. Here I
36-
focus on explaining several ways of for how the Python *web application*
37-
stack works from server infrastructure through JavaScript execution on a
38-
user's browser.
36+
focus on explaining the way a Python *web application* stack works from
37+
server infrastructure through JavaScript execution on a user's browser.
3938

4039
People learning Python generally have at least one of the three following
4140
goals:

0 commit comments

Comments
 (0)