Skip to content

Commit 2540d4f

Browse files
committed
small change to for loop to make it more obvious on front page"
1 parent 937f379 commit 2540d4f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Introduction</h1>
3737
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3838
programming language. The syntax is starting to make sense. The first
3939
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
40-
statements, for loops and classes while playing around with the open source
40+
statements, <code>for</code> loops and classes while playing around with the open source
4141
libraries that make Python such an amazing language.</p>
4242
<p>Now you want to take your initial Python knowledge and make something real,
4343
like an application that's available on the web that you can show off or

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>2015-07-09T07:27:30Z</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>2015-07-10T15:53:10Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Introduction</h1>
3838
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3939
programming language. The syntax is starting to make sense. The first
4040
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
41-
statements, for loops and classes while playing around with the open source
41+
statements, <code>for</code> loops and classes while playing around with the open source
4242
libraries that make Python such an amazing language.</p>
4343
<p>Now you want to take your initial Python knowledge and make something real,
4444
like an application that's available on the web that you can show off or

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Introduction</h1>
3838
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3939
programming language. The syntax is starting to make sense. The first
4040
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
41-
statements, for loops and classes while playing around with the open source
41+
statements, <code>for</code> loops and classes while playing around with the open source
4242
libraries that make Python such an amazing language.</p>
4343
<p>Now you want to take your initial Python knowledge and make something real,
4444
like an application that's available on the web that you can show off or

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

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

1515
Now you want to take your initial Python knowledge and make something real,

0 commit comments

Comments
 (0)