Skip to content

Commit 186bd60

Browse files
committed
regenerating to fix typo handled in PR mattmakai#65
1 parent 5a87366 commit 186bd60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>2015-09-22T11:49:18Z</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-09-23T11:39:53Z</updated></feed>

python-2-or-3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1>Python 2 or 3?</h1>
5656
<h3>Python 2 to 3 resources</h3>
5757
<ul>
5858
<li>
59-
<p>Want to know all of the advantages and what's changed in Python 3
59+
<p>Wnat to know all of the advantages and what's changed in Python 3
6060
compared to Python 2? There's
6161
<a href="https://docs.python.org/3/whatsnew/index.html">an official guide to Python 3 changes</a>
6262
you'll want to read.</p>
@@ -231,4 +231,4 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
231231
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
232232
</script>
233233
</body>
234-
</html>
234+
</html>

0 commit comments

Comments
 (0)