aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 20:47:48 +0100
committerLorenz Diener <[email protected]>2016-11-25 20:47:48 +0100
commitb958ce54ba32968ef159bda91c8f480c74374f68 (patch)
treed1f78783fb556abab8f1e5e062839508726d8737 /docs
parent6fdf18eebc4458f542009c61907fa2dd22b050ea (diff)
downloadmastodon.py-b958ce54ba32968ef159bda91c8f480c74374f68.tar.gz
Minor typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
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.
Powered by cgit v1.2.3 (git 2.41.0)