diff options
author | Brett Cannon <brett@python.org> | 2012-07-30 23:31:00 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-07-30 23:31:00 (GMT) |
commit | 60622ed12aed572573a95b88428f654e88b8e470 (patch) | |
tree | f177438cb788a391fe7a1f0515ed0757e90bd3c9 /Doc | |
parent | 73df364ee6a0ab2a8bc35532c12050cd9e2a0e2c (diff) | |
download | cpython-60622ed12aed572573a95b88428f654e88b8e470.zip cpython-60622ed12aed572573a95b88428f654e88b8e470.tar.gz cpython-60622ed12aed572573a95b88428f654e88b8e470.tar.bz2 |
Minor markup tweak.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 2f9a831..0bb22aa 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1507,7 +1507,7 @@ are always available. They are listed here in alphabetical order. 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 |