Эх сурвалжийг харах

Fix typo in FAQ and add links for "why learn python"

raylu 14 жил өмнө
parent
commit
4c2c021adc

+ 6 - 4
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.