summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyc/templates/faq.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyc/templates/faq.html b/pyc/templates/faq.html
index bf73fc0..c488d7b 100644
--- a/pyc/templates/faq.html
+++ b/pyc/templates/faq.html
@@ -11,7 +11,7 @@ You need an account. Ask raylu to create you one.
<li>
I don't know any Python.
<p>
-This is more of "learn to code" excercise than a "learn Python" exercise.
+This is more of "learn to code" exercise than a "learn Python" exercise.
Python just happens to be a good first language. In fact, I only want
participants who have little&ndash;to&ndash;no coding experience.
</p>
@@ -20,9 +20,11 @@ participants who have little&ndash;to&ndash;no coding experience.
<li>
Why should I learn Python?
<p>
-It's a good first language for a
-<a href="http://docs.python.org/faq/general.html#is-python-a-good-language-for-beginning-programmers">variety</a>
-of <a href="http://www.stanford.edu/~pgbovine/python-teaching.htm">reasons</a>.
+It's a good first language for
+<a href="http://docs.python.org/faq/general.html#is-python-a-good-language-for-beginning-programmers">a</a>
+<a href="http://www.stanford.edu/~pgbovine/python-teaching.htm">variety</a>
+<a href="http://openbookproject.net/thinkCSpy/foreword.html">of</a>
+<a href="http://openbookproject.net/thinkCSpy/preface.html">reasons</a>.
</p>
<p>
Learning a programming language helps you understand how your computer works.