diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 17:47:26 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 17:47:26 +0200 |
commit | 256037f272c5312dc9c0478498d6abd55fa9fd19 (patch) | |
tree | af823f068c00d2ced10742336c52e40a093b589c /mastodon | |
parent | fd21e573e3aa0081eb2aa558404acb403ae2a5e6 (diff) | |
download | mastodon.py-256037f272c5312dc9c0478498d6abd55fa9fd19.tar.gz |
Small test fix
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 |