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
|
imports of several popular stdlib modules, a variety of numerically
|
||||||
oriented modules, and various other extremely high-profile modules
|
oriented modules, and various other extremely high-profile modules
|
||||||
like django and lxml (the latter of which is the #1 most downloaded
|
like django and lxml (the latter of which is the #1 most downloaded
|
||||||
package on PyPI). Starred lines indicate packages which export array-
|
package on PyPI). Starred lines indicate packages which export
|
||||||
or matrix-like objects which will adopt ``@`` if this PEP is
|
array- or matrix-like objects which will adopt ``@`` if this PEP is
|
||||||
approved::
|
approved::
|
||||||
|
|
||||||
Count of Python source files on Github matching given search terms
|
Count of Python source files on Github matching given search terms
|
||||||
|
|
Loading…
Reference in New Issue