diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-08 11:26:30 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-08 11:26:30 (GMT) |
commit | 9a546530bb2c958c12c3724c9ac0318c3210206c (patch) | |
tree | ee2f4c56341a6295351b429ac958780f4f6de9ec /Doc/library | |
parent | f6fb3a3206dcd27a68f5717c08d83ee8f1466545 (diff) | |
parent | 21b30827bcfcfebaca63b0470758683aa942eaf9 (diff) | |
download | cpython-9a546530bb2c958c12c3724c9ac0318c3210206c.zip cpython-9a546530bb2c958c12c3724c9ac0318c3210206c.tar.gz cpython-9a546530bb2c958c12c3724c9ac0318c3210206c.tar.bz2 |
Issue #16884: Merged doc fix from 3.2.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 2a94e1a..c7ef311 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -978,8 +978,8 @@ functions. registered using this function, levels should be positive integers and they should increase in increasing order of severity. - NOTE: If you are thinking of defining your own levels, please see the section - on :ref:`custom-levels`. + .. note:: If you are thinking of defining your own levels, please see the + section on :ref:`custom-levels`. .. function:: getLevelName(lvl) |