From 3dc2e7f9a00dff07348daca0eff8637878eb5c4e Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:41:46 +0100 Subject: [PATCH] PEP 525: Fix comment in code example --- peps/pep-0525.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0525.rst b/peps/pep-0525.rst index dc7613b394c..6512116a54b 100644 --- a/peps/pep-0525.rst +++ b/peps/pep-0525.rst @@ -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