File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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
87
87
88
88
Or if you prefer to read:
89
89
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::
92
92
93
93
python contemplate_koans.py
94
94
@@ -106,7 +106,7 @@ Apparently a test failed::
106
106
AssertionError: False is not True
107
107
108
108
It 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
110
110
make the test pass.
111
111
112
112
Sooner 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