summaryrefslogtreecommitdiff
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-08 11:25:42 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-08 11:25:42 +0000
commit6f1308a537275fb456a96ff9d8b5b1a2d50bc5ee (patch)
tree5ab5ecc52b572f24bc1966473263b04150f1eda3 /Doc/library/logging.rst
parent5b32a821bf1e0ce81646f6d9d19aec4b8e744f64 (diff)
downloadcpython-6f1308a537275fb456a96ff9d8b5b1a2d50bc5ee.tar.gz
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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 7a9db728fb..2e64146756 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)