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

@@ -1,4 +1,6 @@
iterables iterables
iterable
mimetype
timestamp timestamp
metadata metadata
spam spam
@@ -12,3 +14,4 @@ spritemap
online online
inbox inbox
subclassing subclassing
codebase

View File

@@ -477,7 +477,7 @@ class Client:
Args: Args:
threads: Threads to set as unread 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) return self._read_status(False, threads, at)

View File

@@ -420,7 +420,7 @@ class ThreadABC(metaclass=abc.ABCMeta):
def set_color(self, color: str): def set_color(self, color: str):
"""Change thread color. """Change thread color.
The new color must be one of the following: The new color must be one of the following::
"#0084ff", "#44bec7", "#ffc300", "#fa3c4c", "#d696bb", "#6699cc", "#13cf13", "#0084ff", "#44bec7", "#ffc300", "#fa3c4c", "#d696bb", "#6699cc", "#13cf13",
"#ff7e29", "#e68585", "#7646ff", "#20cef5", "#67b868", "#d4a88c", "#ff5ca1", "#ff7e29", "#e68585", "#7646ff", "#20cef5", "#67b868", "#d4a88c", "#ff5ca1",