Skip to content

Commit a742dca

Browse files
committed
Updated readme te reflect folder changes
1 parent ec0f96e commit a742dca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Python Koans is available through Murcurial on bitbucket:
2828

2929
It is also mirrored on github for Git users :
3030

31-
http://github.com/gregmalcolm/python_koans
31+
http://wiki.github.com/gregmalcolm/python_koans
3232

3333
Either site will allow you to download the source as a zip/gz/bz2.
3434

@@ -64,7 +64,7 @@ or
6464

6565
In my case I'm using Python 3 with windows, so I fire up my command shell (cmd.exe) and run this:
6666

67-
C:\>cd "c:\hg\python_koans\python 3_1"
67+
C:\>cd "c:\hg\python_koans\python 3"
6868
C:\hg\python_koans\python 3_1>python contemplate_koans.py
6969

7070
Thinking AboutAsserts
@@ -74,13 +74,13 @@ In my case I'm using Python 3 with windows, so I fire up my command shell (cmd.e
7474
AssertionError: False is not True
7575

7676
Please meditate on the following code:
77-
File "C:\hg\python_koans\python 3_1\koans\about_asserts.py", line 12, in test_
77+
File "C:\hg\python_koans\python 3\koans\about_asserts.py", line 12, in test_
7878
assert_truth
7979
self.assertTrue(False) # This should be true
8080

8181

8282
Beautiful is better than ugly.
83-
C:\hg\python_koans\python 3_1>
83+
C:\hg\python_koans\python 3>
8484

8585
Apparently a test failed:
8686

@@ -99,7 +99,7 @@ Sooner or later you will likely encounter tests where you are not sure what the
9999

100100
This is where the Python Command Line can come in handy. in this case I can fire up the command line, recreate the scenario and run queries:
101101

102-
C:\hg\python_koans\python 3_1>python
102+
C:\hg\python_koans\python 3>python
103103
Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on
104104
win32
105105
Type "help", "copyright", "credits" or "license" for more information.

0 commit comments

Comments
 (0)