Skip to content

Commit d657118

Browse files
committed
Tiny docstring correction
1 parent 5ed8840 commit d657118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quixstreams/state/rocksdb/timestamped.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_last(
5151
more recent than those found in the store.
5252
5353
:param timestamp: The upper bound timestamp (inclusive) in milliseconds.
54-
:param prefix: The key prefix to search for.
54+
:param prefix: The key prefix.
5555
:param cf_name: The column family name.
5656
:return: The deserialized value if found, otherwise None.
5757
"""

0 commit comments

Comments
 (0)