Skip to content

Commit b12d883

Browse files
fix stat pont documentation
1 parent aa08c59 commit b12d883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

btrdb/point.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ class StatPoint(object):
105105
Parameters
106106
----------
107107
time : int
108-
The time in which the aggregated values represent in nanoseconds since
109-
the Unix epoch.
108+
The start time of the window which spans the aggregated values. Represented
109+
in nanoseconds since the Unix epoch.
110110
min : float
111111
The minimum value in a time series within a specified range of time.
112112
mean : float
@@ -157,7 +157,7 @@ def from_proto_list(cls, proto_list):
157157
@property
158158
def time(self):
159159
"""
160-
The mean value of the time series point within a range of time
160+
The stating time value of the time series within a range of time
161161
"""
162162
return self._time
163163

0 commit comments

Comments
 (0)