PEP 479: Resolve dangling hyphens (#3355)

This commit is contained in:
Adam Turner 2023-09-01 19:43:45 +01:00 committed by GitHub
parent 471d9096c6
commit 1e6221e7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ problem.)
This is particularly pernicious in combination with the ``yield from``
construct of :pep:`380`, as it breaks the abstraction that a
subgenerator may be factored out of a generator. That PEP notes this
limitation, but notes that "use cases for these [are] rare to non-
existent". Unfortunately while intentional use is rare, it is easy to
stumble on these cases by accident::
limitation, but notes that "use cases for these [are] rare to
non-existent". Unfortunately while intentional use is rare, it is
easy to stumble on these cases by accident::
import contextlib