Skip to content

Commit ce0b988

Browse files
committed
tweaking intro wording
1 parent bd0023e commit ce0b988

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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-04-23T08:12:31Z</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-04-23T10:01:51Z</updated></feed>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ <h1>Introduction</h1>
118118
statements, for loops and classes while playing around with the open source
119119
libraries that make Python such an amazing language.</p>
120120
<p>Now you want to take your initial Python knowledge and make something real.
121-
A real web application live on the web that you can show off or sell
122-
as a service to other people. That's where Full Stack Python comes in.
121+
A real web application that's available on the web which you can show off or
122+
sell as a service to other people. That's where Full Stack Python comes in.
123123
You've come to the right place to learn everything you need to deploy and
124124
run a production Python web application.</p>
125-
<p>This guide branches out on topic because your learning needs depend on your
126-
programming background. So this guide will walk you through steps based
125+
<p>This guide branches out on topic because your learning needs depend on what
126+
you're currently trying to do. This guide walks you through steps based
127127
on what you want to do when you need to get it done.</p>
128128
<h3>Let's get started. What do you need to do right now?</h3>
129129
<div class="row">

introduction.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ <h1>Introduction</h1>
118118
statements, for loops and classes while playing around with the open source
119119
libraries that make Python such an amazing language.</p>
120120
<p>Now you want to take your initial Python knowledge and make something real.
121-
A real web application live on the web that you can show off or sell
122-
as a service to other people. That's where Full Stack Python comes in.
121+
A real web application that's available on the web which you can show off or
122+
sell as a service to other people. That's where Full Stack Python comes in.
123123
You've come to the right place to learn everything you need to deploy and
124124
run a production Python web application.</p>
125-
<p>This guide branches out on topic because your learning needs depend on your
126-
programming background. So this guide will walk you through steps based
125+
<p>This guide branches out on topic because your learning needs depend on what
126+
you're currently trying to do. This guide walks you through steps based
127127
on what you want to do when you need to get it done.</p>
128128
<h3>Let's get started. What do you need to do right now?</h3>
129129
<div class="row">

source/content/pages/01-introduction/0101-introduction.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ statements, for loops and classes while playing around with the open source
1212
libraries that make Python such an amazing language.
1313

1414
Now you want to take your initial Python knowledge and make something real.
15-
A real web application live on the web that you can show off or sell
16-
as a service to other people. That's where Full Stack Python comes in.
15+
A real web application that's available on the web which you can show off or
16+
sell as a service to other people. That's where Full Stack Python comes in.
1717
You've come to the right place to learn everything you need to deploy and
1818
run a production Python web application.
1919

20-
This guide branches out on topic because your learning needs depend on your
21-
programming background. So this guide will walk you through steps based
20+
This guide branches out on topic because your learning needs depend on what
21+
you're currently trying to do. This guide walks you through steps based
2222
on what you want to do when you need to get it done.
2323

2424

0 commit comments

Comments
 (0)