Skip to content

Commit

Permalink
improve docstring slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
radix committed Mar 27, 2015
1 parent cefed8e commit 048523d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions txkazoo/recipe/watchers.py
Expand Up @@ -26,10 +26,10 @@ def watch_children(kzclient,
Install a Kazoo :obj:`ChildrenWatch` on the given path.
The given `func` will be called in the reactor thread when any children are
created, deleted, or modified.
created or deleted, or if the node itself is deleted.
Returns a Deferred which usually has no result, but may fail with an
exception if e.g. the path does not exist.
exception if e.g. the path does not exist.
"""

def wrapped_func(*args, **kwargs):
Expand Down

0 comments on commit 048523d

Please sign in to comment.