You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually there's a bug in the documentation, it says you can use exception <number> but you actually need exceptions <number>. So for example exception 0 gives ** SyntaxError: invalid syntax, exceptions 0 works.
Actually there's a bug in the documentation, it says you can use
exception <number>
but you actually needexceptions <number>
. So for exampleexception 0
gives** SyntaxError: invalid syntax
,exceptions 0
works.Originally posted by @user202729 in python/cpython#106676 (comment)
The text was updated successfully, but these errors were encountered: