Skip to content

Commit f6cf7eb

Browse files
committed
tweaking intro wording
1 parent ed575d7 commit f6cf7eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-30T13:26:46Z</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:31:07Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1>Introduction</h1>
9696
useful.</p>
9797
<p>This guide has a different focus from the above resources. Here I
9898
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>
99+
server infrastructure to the JavaScript that executes on a user's browser.</p>
100100
<p>People learning Python generally have at least one of the three following
101101
goals:</p>
102102
<ol class="arabic simple">

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1>Introduction</h1>
9696
useful.</p>
9797
<p>This guide has a different focus from the above resources. Here I
9898
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>
99+
server infrastructure to the JavaScript that executes on a user's browser.</p>
100100
<p>People learning Python generally have at least one of the three following
101101
goals:</p>
102102
<ol class="arabic simple">

source/content/pages/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ useful.
3434

3535
This guide has a different focus from the above resources. Here I
3636
focus on explaining the way a Python *web application* stack works from
37-
server infrastructure through JavaScript execution on a user's browser.
37+
server infrastructure to the JavaScript that executes on a user's browser.
3838

3939
People learning Python generally have at least one of the three following
4040
goals:

0 commit comments

Comments
 (0)