Skip to content

Commit 3f626ef

Browse files
committed
updating text on flask page
1 parent db1a270 commit 3f626ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-06-27T09:07:27Z</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-06-28T09:20:48Z</updated></feed>

flask.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ <h2>Flask resources</h2>
7272
the series. However, each post is focused on a single topic to contain
7373
the complexity while the reader is learning the framework. The whole
7474
series is well worth an in-depth read-through. The
75-
<a href="https://twitter.com/miguelgrinberg">author</a> is also writing the
75+
<a href="https://twitter.com/miguelgrinberg">author</a> is also wrote the new
7676
<a href="http://shop.oreilly.com/product/0636920031116.do">O'Reilly Flask Web Development</a>
77-
book so consider picking that up as well.</p>
77+
book which is an excellent learning resource.</p>
7878
<ul>
7979
<li><a href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world">Part 1: Hello World</a></li>
8080
<li><a href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-ii-templates">Part 2: Templates</a></li>

source/content/pages/02-web-frameworks/0205-flask.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ resource for using the Flask framework. Yes, there are a lot of posts in
5454
the series. However, each post is focused on a single topic to contain
5555
the complexity while the reader is learning the framework. The whole
5656
series is well worth an in-depth read-through. The
57-
[author](https://twitter.com/miguelgrinberg) is also writing the
57+
[author](https://twitter.com/miguelgrinberg) is also wrote the new
5858
[O'Reilly Flask Web Development](http://shop.oreilly.com/product/0636920031116.do)
59-
book so consider picking that up as well.
59+
book which is an excellent learning resource.
6060

6161
* [Part 1: Hello World](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
6262
* [Part 2: Templates](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-ii-templates)

0 commit comments

Comments
 (0)