Skip to content

Commit 8b69689

Browse files
committed
fixing typo on flask page
1 parent a774df5 commit 8b69689

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ <h2>Flask resources</h2>
17211721
<p><a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
17221722
is the first of a multipart series on working with Flask and an AngularJS
17231723
front end.
1724-
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">part 2</a>
1724+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a>
17251725
and
17261726
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
17271727
are also available

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-07T18:36:22Z</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-07T18:39:20Z</updated></feed>

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Flask resources</h2>
124124
<p><a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
125125
is the first of a multipart series on working with Flask and an AngularJS
126126
front end.
127-
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">part 2</a>
127+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a>
128128
and
129129
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
130130
are also available

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ how to <a href="/deployment.html">deploy web applications</a>.
9494
* [Building a blog using Flask and AngularJS Part 1](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/)
9595
is the first of a multipart series on working with Flask and an AngularJS
9696
front end.
97-
[part 2](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/)
97+
[Part 2](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/)
9898
and
9999
[part 3](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/)
100100
are also available

0 commit comments

Comments
 (0)