Skip to content

Commit 8da016c

Browse files
committed
escaped characters to prevent rendering problem
1 parent f739d26 commit 8da016c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ http://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2B
8787

8888
Or if you prefer to read:
8989

90-
From a *nix terminal or windows command prompt go to the python
91-
koans\python_VERSION folder and run::
90+
From a \*nix terminal or windows command prompt go to the python
91+
koans\\python_VERSION folder and run::
9292

9393
python contemplate_koans.py
9494

@@ -106,7 +106,7 @@ Apparently a test failed::
106106
AssertionError: False is not True
107107

108108
It also tells me exactly where the problem in, its an assert on line 12
109-
of .\koans\about_asserts.py. This one is easy, just change False to True to
109+
of .\\koans\\about_asserts.py. This one is easy, just change False to True to
110110
make the test pass.
111111

112112
Sooner or later you will likely encounter tests where you are not sure what the

0 commit comments

Comments
 (0)