Skip to content

Commit ef9c35f

Browse files
Merge pull request #97 from PingThingsIO/sc-17504-what-is-time
fix stat point documentation
2 parents ca5346c + b5ee940 commit ef9c35f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 starting time of the time series within the stat point
161161
"""
162162
return self._time
163163

0 commit comments

Comments
 (0)