Skip to content

Commit 32fd01f

Browse files
rick68jeffwidman
authored andcommitted
Update states.py
fix a typo.
1 parent 6f7a603 commit 32fd01f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kazoo/protocol/states.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ class ZnodeStat(namedtuple('ZnodeStat', 'czxid mzxid ctime mtime version'
152152
' numChildren pzxid')):
153153
"""A ZnodeStat structure with convenience properties
154154
155-
When getting the value of a node from Zookeeper, the properties for
156-
the node known as a "Stat structure" will be retrieved. The
155+
When getting the value of a znode from Zookeeper, the properties for
156+
the znode known as a "Stat structure" will be retrieved. The
157157
:class:`ZnodeStat` object provides access to the standard Stat
158158
properties and additional properties that are more readable and use
159159
Python time semantics (seconds since epoch instead of ms).
@@ -175,7 +175,7 @@ class ZnodeStat(namedtuple('ZnodeStat', 'czxid mzxid ctime mtime version'
175175
176176
.. attribute:: created (ctime)
177177
178-
The time in seconds from epoch when this node was created.
178+
The time in seconds from epoch when this znode was created.
179179
(ctime is in milliseconds)
180180
181181
.. attribute:: last_modified (mtime)

0 commit comments

Comments
 (0)