Skip to content

Commit a6f55de

Browse files
committed
formatted for visual improvements
1 parent 82ee47a commit a6f55de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ at http://rubykoans.com/.
1313
Python Koans is an interactive tutorial for learning the Python programming
1414
language 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.
5353
At 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

5858
You should be able to work with newer Python versions, but older ones will
5959
likely give you problems.
@@ -64,16 +64,16 @@ You can download Python from here:
6464

6565
After installing Python make sure the folder containing the python executable
6666
is 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

7171
If 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

Comments
 (0)