diff options
| author | Ben Bangert <ben@groovie.org> | 2012-08-29 10:51:58 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2012-08-29 10:51:58 -0700 |
| commit | 9c7cf4f00c24cb250cfa2260ffae51fc1afdf1d8 (patch) | |
| tree | 1f2ac9bd6b4aa17e84ab247a420832c8c11d48e6 /docs/basic_usage.rst | |
| parent | 71cd21e48762a47dc02fa730ebc40b6e0e359568 (diff) | |
| download | kazoo-9c7cf4f00c24cb250cfa2260ffae51fc1afdf1d8.tar.gz | |
Update docs for error.
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 17327f2..30165a8 100644 --- a/docs/basic_usage.rst +++ b/docs/basic_usage.rst @@ -168,7 +168,7 @@ Example: Some commands may have unique behavior that doesn't warrant automatic retries on a per command basis. For example, if one creates a node a connection might be lost before the command returns successfully but the node actually got -created. This results in a :exc:`kazoo.exceptions.NodeExistsException` being +created. This results in a :exc:`kazoo.exceptions.NodeExistsError` being raised when it runs again. A similar unique situation arises when a node is created with ephemeral and |
