Update testing/example_scripts/hook_exceptions/test_stop_iteration.py

This commit is contained in:
Thomas Grainger 2025-03-01 15:01:13 +00:00 committed by GitHub
parent 76e30181fa
commit cfb418d994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""
test example file exposing mltiple issues with corutine exception passover in case of stopiteration
test example file exposing multiple issues with coroutine exception passover in case of stopiteration
the stdlib contextmanager implementation explicitly catches
and reshapes in case a StopIteration was send in and is raised out