diff options
-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. |