Skip to content

Commit

Permalink
Rely again, a link is good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 29, 2013
1 parent 9b662b4 commit 59ed7af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ The :ref:`example <proc>` from the previous chapter could thus have been written

.. doctest:: config_wrap_logger

>>> def proc(logger, method_name, event_dict):
... print 'I got called with', event_dict
... return repr(event_dict)
>>> configure(processors=[proc], context_class=dict)
>>> log = wrap_logger(PrintLogger())
>>> log.msg('hello world')
Expand Down

0 comments on commit 59ed7af

Please sign in to comment.