summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
committerGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
commit502d9a5c2cf7c0837911890e7dcccd7aada10adf (patch)
tree5e712865fce6c8490a87873b2b4694bc965d2233 /Doc/library/logging.rst
parent22b3431426349a424e3486c279db8b84cf671da0 (diff)
downloadcpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.zip
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.gz
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.bz2
Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 82dab09..c78aeb8 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -998,7 +998,7 @@ instantiated directly, but always through the module-level function
Handles a record by passing it to all handlers associated with this logger and
its ancestors (until a false value of *propagate* is found). This method is used
for unpickled records received from a socket, as well as those created locally.
- Logger-level filtering is applied using :meth:`filter`.
+ Logger-level filtering is applied using :meth:`~Logger.filter`.
.. method:: Logger.makeRecord(name, lvl, fn, lno, msg, args, exc_info, func=None, extra=None)