Fix a few spelling errors

This commit is contained in:
Mads Marquart
2020-01-22 03:48:03 +01:00
parent 41f367a61b
commit 935947f212
3 changed files with 5 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ class Client:
Args:
threads: Threads to set as unread
at: Timestam to signal the read cursor at
at: Timestamp to signal the read cursor at
"""
return self._read_status(False, threads, at)