@@ -13,7 +13,7 @@ at http://rubykoans.com/.
1313Python Koans is an interactive tutorial for learning the Python programming
1414language by making tests pass.
1515
16- Most tests are ' fixed' by filling the missing parts of assert functions. Eg:
16+ Most tests are * fixed * by filling the missing parts of assert functions. Eg:
1717
1818 self.assertEqual(__, 1+2)
1919
@@ -53,7 +53,7 @@ need to install the Python interpreter.
5353At this time of writing, there are two versions of the Python Koans:
5454
5555* one for use with Python 2.7 (earlier versions are no longer supported)
56- * one for Python 3.1+.
56+ * one for Python 3.1+
5757
5858You should be able to work with newer Python versions, but older ones will
5959likely give you problems.
@@ -64,16 +64,16 @@ You can download Python from here:
6464
6565After installing Python make sure the folder containing the python executable
6666is in the system path. In other words, you need to be able to be able to run
67- Python from a command console. With Python 2 it will be called ' python'
68- or ' python.exe' depending on the operating system. For Python 3 it will either
69- be ' python3' or for windows it will be ' python.exe' .
67+ Python from a command console. With Python 2 it will be called ` python `
68+ or ` python.exe ` depending on the operating system. For Python 3 it will either
69+ be ` python3 ` or for windows it will be ` python.exe ` .
7070
7171If you have problems, this may help:
7272
7373 http://www.python.org/about/gettingstarted
7474
75- Windows users may also want to update the line in the batch file run.bat to
76- set the python path:
75+ Windows users may also want to update the line in the batch file ` run.bat ` to
76+ set the python path::
7777
7878 SET PYTHON_PATH=C:\Python27
7979
0 commit comments