diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2012-09-27 12:31:21 +0200 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2012-09-27 12:31:21 +0200 |
| commit | f4d60a719bbeb178f259ca0df3d7599222e024cf (patch) | |
| tree | 4c02c719801dde6d77c1d508fc154881729809c9 /docs/basic_usage.rst | |
| parent | c316b155116b323b12219d0d900bf218cc88b560 (diff) | |
| download | kazoo-f4d60a719bbeb178f259ca0df3d7599222e024cf.tar.gz | |
styling
Diffstat (limited to 'docs/basic_usage.rst')
| -rw-r--r-- | docs/basic_usage.rst | 2 |
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) |
