File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments