diff --git a/pep-0533.txt b/pep-0533.txt index 558b2a88a..a0325bdf0 100644 --- a/pep-0533.txt +++ b/pep-0533.txt @@ -160,7 +160,7 @@ descriptors. (After all, if they weren't doing I/O, they'd be generators, not async generators.) So we have to do something, and it might as well be a comprehensive fix to the underlying problem. And it's much easier to fix this now when async generators are first -rolling out, then it will be to fix it later. +rolling out, than it will be to fix it later. The proposal itself is simple in concept: add a ``__(a)iterclose__`` method to the iterator protocol, and have (async) ``for`` loops call