summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9864ccbdb..f925f1c210 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@ Library
- Issue #10838: The subprocess now module includes SubprocessError and
TimeoutError in its list of exported names for the users wild enough
- to use "from subprocess import *".
+ to use ``from subprocess import *``.
- Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
ParseResultBytes, and SplitResultBytes to urllib.parse.__all__.