Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit ab8d4f0

Browse files
author
Ariel Shtul
authored
Update client.py (#48)
1 parent 0552bb6 commit ab8d4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redistimeseries/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def incrby(self, key, value, timestamp=None, retention_msecs=None,
194194
uncompressed=False, labels={}):
195195
"""
196196
Increases latest value in ``key`` by ``value``.
197-
``timestamp` can be set or system time will be used.
197+
``timestamp`` can be set or system time will be used.
198198
If ``key`` is created, ``retention_msecs`` and ``labels`` are
199199
applied.
200200
"""
@@ -312,4 +312,4 @@ def pipeline(self, transaction=True, shard_hint=None):
312312
return p
313313

314314
class Pipeline(Pipeline, Client):
315-
"Pipeline for Redis TimeSeries Client"
315+
"Pipeline for Redis TimeSeries Client"

0 commit comments

Comments
 (0)