aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
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
101class Mastodon: 101class 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
Powered by cgit v1.2.3 (git 2.41.0)