Skip to content

Commit 1518501

Browse files
committed
tweak front page wording
1 parent 46c1704 commit 1518501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You're knee deep in learning [Python](http://www.python.org/)
1212
programming. The syntax is starting to make sense. The first
1313
few "*ahh-ha*!" moments hit you as you learn conditional
1414
statements, `for` loops and classes while playing around with the open
15-
source libraries that make Python such an amazing language.
15+
source libraries that make Python such an amazing programming ecosystem.
1616

1717
Now you want to take your
1818
[initial Python knowledge](/learning-programming.html)

theme/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1>
1919
few <em>ahh-ha!</em> moments hit you as you learn to use
2020
conditional statements, <code>for</code> loops and classes while
2121
coding with the open source libraries that make Python such an
22-
amazing language.</p>
22+
amazing programming ecosystem.</p>
2323
<p>Now you want to take your
2424
<a href="/learning-programming.html">initial Python knowledge</a>
2525
and make something real, like a web application to show off to friends or

0 commit comments

Comments
 (0)