[Python-checkins] cpython: Fix warning from Sphinx.

zach.ware python-checkins at python.org
Mon Apr 13 06:27:13 CEST 2015


https://hg.python.org/cpython/rev/37905786b34b
changeset:   95565:37905786b34b
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sun Apr 12 23:24:17 2015 -0500
summary:
  Fix warning from Sphinx.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@
 
 - 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__.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list