diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index b5c82f8..67401dd 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -100,7 +100,7 @@ class AttribAccessDict(dict): | |||
100 | 100 | ||
101 | class Mastodon: | 101 | class Mastodon: |
102 | """ | 102 | """ |
103 | Super basic but thorough and easy to use Mastodon | 103 | Thorough and easy to use Mastodon |
104 | api wrapper in python. | 104 | api wrapper in python. |
105 | 105 | ||
106 | If anything is unclear, check the official API docs at | 106 | If anything is unclear, check the official API docs at |