diff options
| author | Ben Bangert <ben@groovie.org> | 2012-07-27 15:43:55 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2012-07-27 15:43:55 -0700 |
| commit | 8b4ff1a0a052d25734e795b4ce1944f803499280 (patch) | |
| tree | a86e209b36802e63f871bd86a2ae89294348a755 /docs/basic_usage.rst | |
| parent | 359e30098391844723b9a3038ad6dccd0d99bedd (diff) | |
| download | kazoo-8b4ff1a0a052d25734e795b4ce1944f803499280.tar.gz | |
Note that makepath lets create make the path.
Diffstat (limited to 'docs/basic_usage.rst')
| -rw-r--r-- | docs/basic_usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basic_usage.rst b/docs/basic_usage.rst index 1f0cbb5..d8df6f5 100644 --- a/docs/basic_usage.rst +++ b/docs/basic_usage.rst @@ -79,7 +79,7 @@ the node, only the ACL. :meth:`~kazoo.client.KazooClient.create` creates a node and can set the data on the node along with a watch function. It requires the path to it to exist -first. +first, unless the `makepath` option is set to `True`. .. code-block:: python |
