We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf9140 commit 42c72a1Copy full SHA for 42c72a1
1 file changed
python 2/koans/about_none.py
@@ -24,7 +24,7 @@ def test_what_exception_do_you_get_when_calling_nonexistent_methods_on_None(self
24
25
Hint: launch python command console and try the code in the block below.
26
27
- Don't worry about what 'try' and 'catch' do, we'll talk about this later
+ Don't worry about what 'try' and 'except' do, we'll talk about this later
28
"""
29
try:
30
None.some_method_none_does_not_know_about()
0 commit comments