Skip to content

Commit 854fdbe

Browse files
committed
slight tweek to intro wording
1 parent eb26dcc commit 854fdbe

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-02-06T09:54:13Z</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-02-06T10:02:02Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Introduction</h1>
7878
programming language. The syntax is starting to make sense. The first
7979
few &quot;AHA!&quot; moments are hitting you as you're building applications with
8080
a web framework.</p>
81-
<p>Now you want to know how to take your web application code and put it
81+
<p>Now you want to know how to take your web application code and make it
8282
live on the Web. That's where this guide comes in. If you want to gain
8383
an understanding of everything you need to deploy and run a production Python
8484
web application, you've come to the right place.</p>

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Introduction</h1>
7878
programming language. The syntax is starting to make sense. The first
7979
few &quot;AHA!&quot; moments are hitting you as you're building applications with
8080
a web framework.</p>
81-
<p>Now you want to know how to take your web application code and put it
81+
<p>Now you want to know how to take your web application code and make it
8282
live on the Web. That's where this guide comes in. If you want to gain
8383
an understanding of everything you need to deploy and run a production Python
8484
web application, you've come to the right place.</p>

source/content/pages/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ programming language. The syntax is starting to make sense. The first
1010
few "AHA!" moments are hitting you as you're building applications with
1111
a web framework.
1212

13-
Now you want to know how to take your web application code and put it
13+
Now you want to know how to take your web application code and make it
1414
live on the Web. That's where this guide comes in. If you want to gain
1515
an understanding of everything you need to deploy and run a production Python
1616
web application, you've come to the right place.

0 commit comments

Comments
 (0)