PEP 525: Fix comment in code example (#4110)

This commit is contained in:
Victorien 2024-11-06 15:44:58 +01:00 committed by GitHub
parent 1d10fc5c89
commit 5c7b771511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ The following methods and properties are defined:
v = await g.athrow(ZeroDivisionError)
print(v) # Will print 'world' after
$ sleeping 0.2 seconds.
# sleeping 0.2 seconds.
5. ``agen.aclose()``: Returns an *awaitable*, that throws a
``GeneratorExit`` exception into the generator. The *awaitable* can