Skip to content

Commit

Permalink
Update pep-0760.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Irit Katriel <[email protected]>
  • Loading branch information
pablogsal and iritkatriel authored Oct 9, 2024
1 parent 8861cb2 commit ab4e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0760.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ could have been either:
intention, using a bare ``except:`` is an outright bug, since that isn't what it
means.
* Catch all exceptions, including terminating ones (``except BaseException:``).
using bare ``except:`` here is at least correct, but readers need to check
using bare ``except:`` here it is at least correct, but readers need to check
to be sure it isn't an instance of the first case.

Since both possible intentions have available unambiguous spellings, the
Expand Down

0 comments on commit ab4e427

Please sign in to comment.