Skip to content

Commit bf1c3b1

Browse files
committed
fixing typo on data page
1 parent f335ca5 commit bf1c3b1

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
@@ -2890,7 +2890,7 @@ <h2>Why is Python a great language choice for data tasks?</h2>
28902890
that would be difficult to create with a single other language. For example,
28912891
Ruby is a fantastic language for building web applications but its data
28922892
analysis and visualization libraries are very limited compared to what
2893-
is currently available in the Pythn ecosystem.</p>
2893+
is currently available in the Python ecosystem.</p>
28942894
<h2>How did Python become so widely used for working with data?</h2>
28952895
<p>Python is a general purpose programming language and can be applied to
28962896
many problem areas. Over the past couple of decades, Python has become

data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Why is Python a great language choice for data tasks?</h2>
6161
that would be difficult to create with a single other language. For example,
6262
Ruby is a fantastic language for building web applications but its data
6363
analysis and visualization libraries are very limited compared to what
64-
is currently available in the Pythn ecosystem.</p>
64+
is currently available in the Python ecosystem.</p>
6565
<h2>How did Python become so widely used for working with data?</h2>
6666
<p>Python is a general purpose programming language and can be applied to
6767
many problem areas. Over the past couple of decades, Python has become

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-22T07:19:38Z</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-22T16:57:21Z</updated></feed>

source/content/pages/05-data/01-data.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In addition, Python data manipulation code can be combined with
3535
that would be difficult to create with a single other language. For example,
3636
Ruby is a fantastic language for building web applications but its data
3737
analysis and visualization libraries are very limited compared to what
38-
is currently available in the Pythn ecosystem.
38+
is currently available in the Python ecosystem.
3939

4040

4141
## How did Python become so widely used for working with data?

0 commit comments

Comments
 (0)