Skip to content

Commit

Permalink
Fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 21, 2014
1 parent 620ac1f commit 8645b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/man/handlers.rst
Expand Up @@ -39,9 +39,9 @@ handler to a different channel than the component's channel

Handler methods must be declared with arguments and keyword arguments that
match the arguments passed to the event upon its creation. Looking at the
API for :class:`~circuits.core.events.Started` you'll find that the
API for :class:`~circuits.core.events.started` you'll find that the
component that has been started is passed as an argument to its constructor.
Therefore, our handler method must declare one argument (*Line 15*).
Therefore, our handler method must declare one argument (*Line 14*).

The :func:`~circuits.core.handlers.handler` decorator accepts other keyword arguments that
influence the behavior of the event handler and its invocation. Details can
Expand Down

0 comments on commit 8645b10

Please sign in to comment.