Skip to content

Commit 5b5d477

Browse files
authored
PEP 465: Resolve dangling hyphens (#3353)
1 parent 0516a43 commit 5b5d477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0465.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ real-world code (i.e., all the code on Github). We checked for
388388
imports of several popular stdlib modules, a variety of numerically
389389
oriented modules, and various other extremely high-profile modules
390390
like django and lxml (the latter of which is the #1 most downloaded
391-
package on PyPI). Starred lines indicate packages which export array-
392-
or matrix-like objects which will adopt ``@`` if this PEP is
391+
package on PyPI). Starred lines indicate packages which export
392+
array- or matrix-like objects which will adopt ``@`` if this PEP is
393393
approved::
394394

395395
Count of Python source files on Github matching given search terms

0 commit comments

Comments
 (0)