@@ -241,10 +241,10 @@ should do to help ensure that your pull request is accepted.
241241.. _what-s-new-and-news-entries :
242242
243243Updating NEWS and What's New in Python
244- --------------------------------------
244+ ======================================
245245
246246Changes that require NEWS entries
247- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
247+ ---------------------------------
248248
249249Most changes made to the codebase deserve an entry in :cpy-file: `Misc/NEWS.d `,
250250except for the following:
@@ -268,7 +268,7 @@ For the last two, note the following:
268268 entry is needed.
269269
270270Changes that require "What's New in Python" entries
271- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271+ ---------------------------------------------------
272272
273273If a change is particularly interesting for end users (for example, new features,
274274significant improvements, or backwards-incompatible changes), add an entry in
@@ -284,7 +284,7 @@ in the "What's New in Python" entry.
284284 is very likely not suitable for inclusion in a maintenance release.
285285
286286How to add a NEWS entry
287- ^^^^^^^^^^^^^^^^^^^^^^^
287+ -----------------------
288288
289289``NEWS `` entries go into the ``Misc/NEWS.d `` directory as individual files. The
290290``NEWS `` entry can be created by using `blurb-it <https://blurb-it.herokuapp.com/ >`_,
@@ -310,7 +310,7 @@ As a result, a file name can look something like
310310``Misc/NEWS.d/next/Library/2017-05-27-16-46-23.gh-issue-12345.Yl4gI2.rst ``.
311311
312312How to write a NEWS entry
313- ^^^^^^^^^^^^^^^^^^^^^^^^^
313+ -------------------------
314314
315315All ``NEWS `` entries end up being part of the changelog.
316316The changelog contains *a lot * of entries,
0 commit comments