]> granicus.if.org Git - python/commitdiff
Fix warning from Sphinx.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 13 Apr 2015 04:24:17 +0000 (23:24 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 13 Apr 2015 04:24:17 +0000 (23:24 -0500)
Misc/NEWS

index b9864ccbdb5c6b7bd0eb2a501846acc77cb2db5a..f925f1c210122ccf81a40cf1582b41c570228db1 100644 (file)
--- 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__.