Skip to content

Commit 46c1704

Browse files
committed
fix typo on intro
1 parent ceec915 commit 46c1704

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

content/pages/01-introduction/00-introduction.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ meta: Full Stack Python provides plain language explanations for Python programm
1010
# Introduction
1111
You're knee deep in learning [Python](http://www.python.org/)
1212
programming. The syntax is starting to make sense. The first
13-
few "*ahh-ha*!" moments hit you as you are learn conditional
13+
few "*ahh-ha*!" moments hit you as you learn conditional
1414
statements, `for` loops and classes while playing around with the open
1515
source libraries that make Python such an amazing language.
1616

1717
Now you want to take your
1818
[initial Python knowledge](/learning-programming.html)
19-
and make something real, like an web application that's available on
20-
the internet that you can show off or sell as a service to other people.
21-
That's where
19+
and make something real, like a web application to show
20+
off or sell as a service to customers. That's where
2221
[Full Stack Python](https://www.fullstackpython.com/table-of-contents.html)
2322
comes in. You've come to the right place to learn everything you
2423
need to know to [create](/web-development.html), [deploy](/deployment.html)

theme/templates/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,21 @@
1414
<div class="row">
1515
<div class="c8">
1616
<h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1>
17-
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
18-
programming language. The syntax is starting to make sense. The first
19-
few "<em>ahh-ha</em>!" moments hit you as you learning conditional
20-
statements, <code>for</code> loops and classes while playing around with the open
21-
source libraries that make Python such an amazing language.</p>
17+
<p>You're knee deep in learning <a href="http://www.python.org/">Python</a>
18+
programming. The syntax is starting to make sense. The first
19+
few <em>ahh-ha!</em> moments hit you as you learn to use
20+
conditional statements, <code>for</code> loops and classes while
21+
coding with the open source libraries that make Python such an
22+
amazing language.</p>
2223
<p>Now you want to take your
2324
<a href="/learning-programming.html">initial Python knowledge</a>
24-
and make something real, like an application that's available on the web that
25-
you can show off or sell as a service to other people. That's where Full
26-
Stack Python comes in. You've come to the right place to learn everything you
25+
and make something real, like a web application to show off to friends or
26+
sell as a service to customers. That's where
27+
<a href="https://www.fullstackpython.com/table-of-contents.html">Full Stack Python</a>
28+
comes in. You have come to the right place to learn everything you
2729
need to <a href="/web-development.html">create</a>,
2830
<a href="/deployment.html">deploy</a> and <a href="/devops.html">operate</a>
29-
production Python web applications.</p>
31+
Python-powered applications.</p>
3032
<p>This guide branches out on topic because your learning
3133
requirements depend on what you're working on. Select one
3234
of the buttons below or check out the full

0 commit comments

Comments
 (0)