Skip to content

Commit fe175a8

Browse files
authored
Doc: Fix ambiguous pronoun (GH-26037)
1 parent 56b8ea6 commit fe175a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ is found that matches the exception. An expression-less except clause, if
254254
present, must be last; it matches any exception. For an except clause with an
255255
expression, that expression is evaluated, and the clause matches the exception
256256
if the resulting object is "compatible" with the exception. An object is
257-
compatible with an exception if it is the class or a base class of the exception
257+
compatible with an exception if the object is the class or a base class of the exception
258258
object, or a tuple containing an item that is the class or a base class of
259259
the exception object.
260260

0 commit comments

Comments
 (0)