summaryrefslogtreecommitdiff
path: root/docs/basic_usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/basic_usage.rst')
-rw-r--r--docs/basic_usage.rst2
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