Skip to content

Commit

Permalink
minor docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Sep 14, 2021
1 parent 5028d90 commit a566c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esque/cli/commands.py
Expand Up @@ -797,7 +797,7 @@ def get_topics(state: State, prefix: str, hide_internal: bool, output_format: st
def get_timestamp(state: State, topic_name: str, offset: int, output_format: str):
"""Get Timestamps for given offset.
Gets the time stamp for the message at OFFSET in topic TOPIC_NAME.
Gets the timestamp for the message(s) at OFFSET in topic TOPIC_NAME.
If the topic as multiple partitions, the OFFSET wil be used for every partition.
If there is no message at OFFSET, the next available offset will be used.
If there is no message after OFFSET, both offset and timestamp will be `none` in the output.
Expand Down

0 comments on commit a566c53

Please sign in to comment.