From 1c8c32774e8ed8070786368b95e5e7af25ba3dd1 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 12 Apr 2015 23:24:17 -0500 Subject: [PATCH] Fix warning from Sphinx. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__. -- 2.50.1