Skip to content

Commit

Permalink
Merge pull request scipy-lectures#426 from nicola-masarone/patch-6
Browse files Browse the repository at this point in the history
Update exceptions.rst
  • Loading branch information
GaelVaroquaux authored May 1, 2019
2 parents 6fdf078 + 101a159 commit 1a99465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro/language/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Easier to ask for forgiveness than for permission
....: try:
....: collection.sort()
....: except AttributeError:
....: pass
....: pass # The pass statement does nothing
....: print(collection)
....:
....:
Expand Down

0 comments on commit 1a99465

Please sign in to comment.