]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: correctly markup sys.monitoring "What's New" entry (#128346)
authorErlend E. Aasland <erlend@python.org>
Mon, 30 Dec 2024 12:53:40 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 12:53:40 +0000 (14:53 +0200)
The sys.monitoring entry was added with commit d2f1d917e.

Doc/whatsnew/3.14.rst

index 53415bb09bf0806e8aa1f6fd3bfd49468e73bcf4..63fa21e17bc83446cf2563803502a42497f599e7 100644 (file)
@@ -614,8 +614,8 @@ sys
 sys.monitoring
 --------------
 
-Two new events are added: :monitoring-event:`BRANCH_LEFT` and
-:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
+Two new events are added: :monitoring-event:`BRANCH_LEFT` and
+  :monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
 
 tkinter
 -------