Skip to content

Commit a612df0

Browse files
committed
Fix several changelog items to use PEP markup.
1 parent 868460c commit a612df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Misc/NEWS.d/3.7.0a4.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Add a new UTF-8 mode: implementation of the :pep:`540`.
172172
.. nonce: G8fqb6
173173
.. section: Core and Builtins
174174
175-
PEP 560: Add support for __mro_entries__ and __class_getitem__. Implemented
175+
:pep:`560`: Add support for ``__mro_entries__`` and ``__class_getitem__``. Implemented
176176
by Ivan Levkivskyi.
177177

178178
..
@@ -182,7 +182,7 @@ by Ivan Levkivskyi.
182182
.. nonce: ucKjvw
183183
.. section: Core and Builtins
184184
185-
PEP 562: Add support for module ``__getattr__`` and ``__dir__``. Implemented
185+
:pep:`562`: Add support for module ``__getattr__`` and ``__dir__``. Implemented
186186
by Ivan Levkivskyi.
187187

188188
..
@@ -201,7 +201,7 @@ The `atexit` module now has its callback stored per interpreter.
201201
.. nonce: JWf_Im
202202
.. section: Core and Builtins
203203
204-
Implement PEP 552 (Deterministic pycs). Python now supports invalidating
204+
Implement :pep:`552` (Deterministic pycs). Python now supports invalidating
205205
bytecode cache files bashed on a source content hash rather than source
206206
last-modified time.
207207

0 commit comments

Comments
 (0)