diff options
author | Lorenz Diener <[email protected]> | 2016-11-25 20:47:48 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-25 20:47:48 +0100 |
commit | b958ce54ba32968ef159bda91c8f480c74374f68 (patch) | |
tree | d1f78783fb556abab8f1e5e062839508726d8737 /docs | |
parent | 6fdf18eebc4458f542009c61907fa2dd22b050ea (diff) | |
download | mastodon.py-b958ce54ba32968ef159bda91c8f480c74374f68.tar.gz |
Minor typo fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index d7ade82..e7c9366 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -114,7 +114,7 @@ Notification dicts | |||
114 | ~~~~~~~~~~~~~~~~~~ | 114 | ~~~~~~~~~~~~~~~~~~ |
115 | .. code-block:: python | 115 | .. code-block:: python |
116 | 116 | ||
117 | mastodon.notifications() | 117 | mastodon.notifications()[0] |
118 | # Returns the following dictionary: | 118 | # Returns the following dictionary: |
119 | { | 119 | { |
120 | 'id': id of the notification. | 120 | 'id': id of the notification. |