PEP 465: Resolve dangling hyphens (#3353)
This commit is contained in:
parent
0516a43ea2
commit
5b5d47732f
|
@ -388,8 +388,8 @@ real-world code (i.e., all the code on Github). We checked for
|
|||
imports of several popular stdlib modules, a variety of numerically
|
||||
oriented modules, and various other extremely high-profile modules
|
||||
like django and lxml (the latter of which is the #1 most downloaded
|
||||
package on PyPI). Starred lines indicate packages which export array-
|
||||
or matrix-like objects which will adopt ``@`` if this PEP is
|
||||
package on PyPI). Starred lines indicate packages which export
|
||||
array- or matrix-like objects which will adopt ``@`` if this PEP is
|
||||
approved::
|
||||
|
||||
Count of Python source files on Github matching given search terms
|
||||
|
|
Loading…
Reference in New Issue