diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-08 11:25:42 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-08 11:25:42 (GMT) |
commit | 21b30827bcfcfebaca63b0470758683aa942eaf9 (patch) | |
tree | b8f8e1557d03700c1520aee1583f4ba3aa082674 /Doc/library/logging.rst | |
parent | 4ab23bfbeb94f1ade79def3d096ed2daaea6bc79 (diff) | |
download | cpython-21b30827bcfcfebaca63b0470758683aa942eaf9.zip cpython-21b30827bcfcfebaca63b0470758683aa942eaf9.tar.gz cpython-21b30827bcfcfebaca63b0470758683aa942eaf9.tar.bz2 |
Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier.
Diffstat (limited to 'Doc/library/logging.rst')
-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 7a9db72..2e64146 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -958,8 +958,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) |