Skip to content

Commit 80e390b

Browse files
committed
Fix a thinko
1 parent 9e5ce42 commit 80e390b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ the underlying generator function:
12031203
For backwards compatibility, however, the second signature is
12041204
supported.
12051205
An exception instance is created from three arguments in the same way as in
1206-
:meth:`generator.__throw__`
1206+
:meth:`generator.throw`
12071207

12081208
.. versionchanged:: 3.12
12091209

0 commit comments

Comments
 (0)