diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-26 22:58:26 (GMT) |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-10-26 22:58:26 (GMT) |
commit | 12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (patch) | |
tree | 81ff44e5896a18441710a3e8f24543bf4d9382f5 /Misc/NEWS.d/3.5.0a1.rst | |
parent | 9e14e49f13ef1a726f31efe6689285463332db6e (diff) | |
download | cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.zip cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.gz cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.bz2 |
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Diffstat (limited to 'Misc/NEWS.d/3.5.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.0a1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.5.0a1.rst b/Misc/NEWS.d/3.5.0a1.rst index 7eb8326..31ec21f 100644 --- a/Misc/NEWS.d/3.5.0a1.rst +++ b/Misc/NEWS.d/3.5.0a1.rst @@ -3555,7 +3555,7 @@ created for every test class. .. nonce: kfV0wm .. section: Library -Fix PEP 3118 format strings on ctypes objects with a nontrivial shape. +Fix :pep:`3118` format strings on ctypes objects with a nontrivial shape. .. @@ -4824,7 +4824,7 @@ tests. .. nonce: kqetng .. section: IDLE -Change default paragraph width to 72, the PEP 8 recommendation. +Change default paragraph width to 72, the :pep:`8` recommendation. .. @@ -5759,7 +5759,7 @@ Add support for ``yield from`` to 2to3. .. nonce: dpFbyZ .. section: Tools/Demos -Add support for the PEP 465 matrix multiplication operator to 2to3. +Add support for the :pep:`465` matrix multiplication operator to 2to3. .. |