[stem/master] Wrong class in docs for CircuitEvent

commit 661eee8dbe2f02cd714a363a48ed3ffd050a013c Author: Damian Johnson <atagar@torproject.org> Date: Mon Dec 31 16:53:15 2012 -0800 Wrong class in docs for CircuitEvent We were missing the 'response' part of the path, breaking interlinking. --- stem/control.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stem/control.py b/stem/control.py index 14d636e..a0a40ba 100644 --- a/stem/control.py +++ b/stem/control.py @@ -1495,7 +1495,7 @@ class Controller(BaseController): :param int circuit_id: circuit to be fetched :param object default: response if the query fails - :returns: :class:`stem.events.CircuitEvent` for the given circuit + :returns: :class:`stem.response.events.CircuitEvent` for the given circuit :raises: * :class:`stem.ControllerError` if the call fails @@ -1520,7 +1520,7 @@ class Controller(BaseController): :param object default: response if the query fails - :returns: **list** of :class:`stem.events.CircuitEvent` for our circuits + :returns: **list** of :class:`stem.response.events.CircuitEvent` for our circuits :raises: :class:`stem.ControllerError` if the call fails and no default was provided """
participants (1)
-
atagar@torproject.org