aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 17:47:26 +0200
committerLorenz Diener <[email protected]>2018-06-05 17:47:26 +0200
commit256037f272c5312dc9c0478498d6abd55fa9fd19 (patch)
treeaf823f068c00d2ced10742336c52e40a093b589c /mastodon/Mastodon.py
parentfd21e573e3aa0081eb2aa558404acb403ae2a5e6 (diff)
downloadmastodon.py-256037f272c5312dc9c0478498d6abd55fa9fd19.tar.gz
Small test fix
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)