Skip to content

Commit ecbf3f8

Browse files
committed
updating introduction text
1 parent eac4f9f commit ecbf3f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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>2013-11-29T16:55:05Z</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>2013-11-29T17:07:57Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1>Introduction</h1>
9494
goals:</p>
9595
<ol class="arabic simple">
9696
<li>Build web applications</li>
97-
<li>Perform data analysis</li>
97+
<li>Process, analyze, and visualize data</li>
9898
<li>Script server administration</li>
9999
</ol>
100100
<p>This guide will be most useful to people in the first and third categories.</p>

pages/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1>Introduction</h1>
7474
goals:</p>
7575
<ol class="arabic simple">
7676
<li>Build web applications</li>
77-
<li>Perform data analysis</li>
77+
<li>Process, analyze, and visualize data</li>
7878
<li>Script server administration</li>
7979
</ol>
8080
<p>This guide will be most useful to people in the first and third categories.</p>

source/content/pages/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ People learning Python generally have at least one of the three following
3838
goals:
3939

4040
1. Build web applications
41-
2. Perform data analysis
41+
2. Process, analyze, and visualize data
4242
3. Script server administration
4343

4444
This guide will be most useful to people in the first and third categories.

0 commit comments

Comments
 (0)