File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
7676
7777 # Need an illustration? More reading can be found here:
7878 #
79- # http ://bit.ly/__class__
79+ # https ://github.com/gregmalcolm/python_koans/wiki/Class-Attribute
Original file line number Diff line number Diff line change @@ -74,5 +74,5 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
7474
7575 # Need an illustration? More reading can be found here:
7676 #
77- # http ://bit.ly/__class__
77+ # https ://github.com/gregmalcolm/python_koans/wiki/Class-Attribute
7878
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def test_what_exception_do_you_get_when_calling_nonexistent_methods(self):
3535 #
3636 # Need a recap on how to evaluate __class__ attributes?
3737 #
38- # http ://bit.ly/__class__
38+ # https ://github.com/gregmalcolm/python_koans/wiki/Class-Attribute
3939
4040 self .assertEqual (__ , ex2 .__class__ )
4141
You can’t perform that action at this time.
0 commit comments