Skip to content

Commit 1e6221e

Browse files
authored
PEP 479: Resolve dangling hyphens (#3355)
1 parent 471d909 commit 1e6221e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pep-0479.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ problem.)
5757
This is particularly pernicious in combination with the ``yield from``
5858
construct of :pep:`380`, as it breaks the abstraction that a
5959
subgenerator may be factored out of a generator. That PEP notes this
60-
limitation, but notes that "use cases for these [are] rare to non-
61-
existent". Unfortunately while intentional use is rare, it is easy to
62-
stumble on these cases by accident::
60+
limitation, but notes that "use cases for these [are] rare to
61+
non-existent". Unfortunately while intentional use is rare, it is
62+
easy to stumble on these cases by accident::
6363

6464
import contextlib
6565

0 commit comments

Comments
 (0)