Skip to content

Commit 5b156f6

Browse files
committed
fixing typo on video page
1 parent a5bd2b4 commit 5b156f6

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
@@ -447,7 +447,7 @@ <h2>Web development with Django, Flask and other frameworks</h2>
447447
<li>
448448
<p>The videos and slides from
449449
<a href="http://www.djangounderthehood.com/talks/">Django: Under the Hood 2014</a>
450-
are from Django core commiters and provide insight into the ORM,
450+
are from Django core committers and provide insight into the ORM,
451451
internationalization, templates and other topics.</p>
452452
</li>
453453
<li>

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Web development with Django, Flask and other frameworks</h2>
9393
<li>
9494
<p>The videos and slides from
9595
<a href="http://www.djangounderthehood.com/talks/">Django: Under the Hood 2014</a>
96-
are from Django core commiters and provide insight into the ORM,
96+
are from Django core committers and provide insight into the ORM,
9797
internationalization, templates and other topics.</p>
9898
</li>
9999
<li>

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-20T17:35:08Z</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-20T17:44:49Z</updated></feed>

source/content/pages/02-learning-programming/05-best-python-videos.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ to learn more about web development.
5858

5959
* The videos and slides from
6060
[Django: Under the Hood 2014](http://www.djangounderthehood.com/talks/)
61-
are from Django core commiters and provide insight into the ORM,
61+
are from Django core committers and provide insight into the ORM,
6262
internationalization, templates and other topics.
6363

6464
* DjangoCon US videos from

0 commit comments

Comments
 (0)