File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ http://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2B
8787
8888Or if you prefer to read:
8989
90- From a *nix terminal or windows command prompt go to the python
91- koans\p ython_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
108108It also tells me exactly where the problem in, its an assert on line 12
109- of .\k oans\a bout_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
110110make the test pass.
111111
112112Sooner or later you will likely encounter tests where you are not sure what the
You can’t perform that action at this time.
0 commit comments