Skip to content

Commit 3a352ae

Browse files
committed
updating comprehensions page
1 parent 0e6cf94 commit 3a352ae

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

all.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ <h2>Comprehension resources</h2>
647647
example code to show how they work.</p>
648648
</li>
649649
</ul>
650+
<h3>Learn more about data or head back to the intro?</h3>
650651
<h1>Web frameworks</h1>
651652
<p>A web framework is a code library that makes a developer's life easier when
652653
building reliable, scalable and maintainable web applications.</p>

comprehensions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ <h2>Comprehension resources</h2>
9292
example code to show how they work.</p>
9393
</li>
9494
</ul>
95+
<h3>Learn more about data or head back to the intro?</h3>
9596
<div class="row">
9697
<div class="col-md-4">
9798
<div class="well select-next">

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-02-23T19:50:50Z</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-02-23T19:52:06Z</updated></feed>

source/content/pages/03-core-language/02-comprehensions.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ Dictionary comprehension:
6868
covers what the code for list comprehensions looks like and gives some
6969
example code to show how they work.
7070

71+
72+
### Learn more about data or head back to the intro?

0 commit comments

Comments
 (0)