[Python-checkins] cpython: Minor markup tweak.

brett.cannon python-checkins at python.org
Tue Jul 31 01:31:07 CEST 2012


http://hg.python.org/cpython/rev/d56b647f325a
changeset:   78340:d56b647f325a
user:        Brett Cannon <brett at python.org>
date:        Mon Jul 30 19:31:00 2012 -0400
summary:
  Minor markup tweak.

files:
  Doc/library/functions.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1507,7 +1507,7 @@
    use :func:`importlib.import_module`.
 
    .. versionchanged:: 3.3
-      Negative values for 'level' are no longer supported.
+      Negative values for *level* are no longer supported.
 
 
 .. rubric:: Footnotes

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


More information about the Python-checkins mailing list