diff options
| author | Ben Bangert <ben@groovie.org> | 2012-09-05 09:59:35 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2012-09-05 09:59:35 -0700 |
| commit | c9c65cbf8cc79ef9cbaba9cdcc9850b9dfe0e5d7 (patch) | |
| tree | e673d7e470bed4ee6472ae03d591293d48adf0a6 /docs/api | |
| parent | 7c32d28f344c9a2127020f5ceb04bab9aee6d6f9 (diff) | |
| download | kazoo-c9c65cbf8cc79ef9cbaba9cdcc9850b9dfe0e5d7.tar.gz | |
Indent docs for methods.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/client.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/api/client.rst b/docs/api/client.rst index 6a6f27e..a6a0ab0 100644 --- a/docs/api/client.rst +++ b/docs/api/client.rst @@ -16,16 +16,16 @@ Public API .. attribute:: handler - The :class:`~kazoo.interfaces.IHandler` strategy used by this client. - Gives access to appropriate synchronization objects. + The :class:`~kazoo.interfaces.IHandler` strategy used by this + client. Gives access to appropriate synchronization objects. .. method:: retry(func, *args, **kwargs) - Runs the given function with the provided arguments, retrying if it - fails because the ZooKeeper connection is lost, - see :ref:`retrying_commands`. + Runs the given function with the provided arguments, retrying if it + fails because the ZooKeeper connection is lost, + see :ref:`retrying_commands`. .. attribute:: state - A :class:`~kazoo.protocol.states.KazooState` attribute indicating the - current higher-level connection state. + A :class:`~kazoo.protocol.states.KazooState` attribute indicating + the current higher-level connection state. |
