Minor documentation change - hyperlink tidied up.

This commit is contained in:
Vinay Sajip 2008-01-21 17:39:22 +00:00
parent e42169124f
commit 733024a752
1 changed files with 8 additions and 5 deletions

View File

@ -2163,7 +2163,10 @@ LoggerAdapter Objects
.. versionadded:: 2.6
:class:`LoggerAdapter` instances are used to conveniently pass contextual
information into logging calls. For a usage example , see context-info_.
information into logging calls. For a usage example , see the section on
`adding contextual information to your logging output`__.
__ context-info_
.. class:: LoggerAdapter(logger, extra)