summaryrefslogtreecommitdiff
path: root/docs/basic_usage.rst
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2012-09-27 12:31:21 +0200
committerHanno Schlichting <hanno@hannosch.eu>2012-09-27 12:31:21 +0200
commitf4d60a719bbeb178f259ca0df3d7599222e024cf (patch)
tree4c02c719801dde6d77c1d508fc154881729809c9 /docs/basic_usage.rst
parentc316b155116b323b12219d0d900bf218cc88b560 (diff)
downloadkazoo-f4d60a719bbeb178f259ca0df3d7599222e024cf.tar.gz
styling
Diffstat (limited to 'docs/basic_usage.rst')
-rw-r--r--docs/basic_usage.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/basic_usage.rst b/docs/basic_usage.rst
index 4dad0d0..3fc74e2 100644
--- a/docs/basic_usage.rst
+++ b/docs/basic_usage.rst
@@ -131,7 +131,6 @@ to scan for other nodes that are read-write.
.. code-block:: python
-
from kazoo.client import KazooClient
zk = KazooClient(read_only=True)
@@ -405,7 +404,6 @@ a list of the success/failure results for each command in the
transaction.
.. code-block:: python
- :linenos:
transaction = zk.transaction()
transaction.check('/node/a', version=3)