Skip to content

Commit 42c72a1

Browse files
committed
Missed a change in that last commit
1 parent 6bf9140 commit 42c72a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python 2/koans/about_none.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_what_exception_do_you_get_when_calling_nonexistent_methods_on_None(self
2424
2525
Hint: launch python command console and try the code in the block below.
2626
27-
Don't worry about what 'try' and 'catch' do, we'll talk about this later
27+
Don't worry about what 'try' and 'except' do, we'll talk about this later
2828
"""
2929
try:
3030
None.some_method_none_does_not_know_about()

0 commit comments

Comments
 (0)