Skip to content

Commit 081b399

Browse files
committed
fixing typo in python advocacy page
1 parent 9513792 commit 081b399

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
@@ -4664,7 +4664,7 @@ <h1>Why Use Python?</h1>
46644664
programming community. </p>
46654665
<p>Python is an accessible language for new programmers because of the extensive
46664666
availability of
4667-
<a href="/best-python-resources.html">free and low cost introdutory resources</a>. The
4667+
<a href="/best-python-resources.html">free and low cost introductory resources</a>. The
46684668
language is also widely taught in universities and used for working with
46694669
beginner-friendly devices such as the
46704670
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>

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-01-07T18:07:26Z</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-01-07T18:08:10Z</updated></feed>

source/content/pages/11-misc/1107-why-use-python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ programming community.
2424

2525
Python is an accessible language for new programmers because of the extensive
2626
availability of
27-
[free and low cost introdutory resources](/best-python-resources.html). The
27+
[free and low cost introductory resources](/best-python-resources.html). The
2828
language is also widely taught in universities and used for working with
2929
beginner-friendly devices such as the
3030
[Raspberry Pi](http://www.raspberrypi.org/).

why-use-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>Why Use Python?</h1>
4545
programming community. </p>
4646
<p>Python is an accessible language for new programmers because of the extensive
4747
availability of
48-
<a href="/best-python-resources.html">free and low cost introdutory resources</a>. The
48+
<a href="/best-python-resources.html">free and low cost introductory resources</a>. The
4949
language is also widely taught in universities and used for working with
5050
beginner-friendly devices such as the
5151
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>

0 commit comments

Comments
 (0)