diff options
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 515e427..1c057ac 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -300,7 +300,7 @@ Toot dicts | |||
300 | # and is therefore always None for remote toots, can also be None for | 300 | # and is therefore always None for remote toots, can also be None for |
301 | # local toots for some legacy applications). | 301 | # local toots for some legacy applications). |
302 | 'language': # The language of the toot, if specified by the server, | 302 | 'language': # The language of the toot, if specified by the server, |
303 | # as ISO 639-2 language code. | 303 | # as ISO 639-1 (two-letter) language code. |
304 | 'muted': # Boolean denoting whether the user has muted this status by | 304 | 'muted': # Boolean denoting whether the user has muted this status by |
305 | # way of conversation muting | 305 | # way of conversation muting |
306 | 'pinned': # Boolean denoting whether or not the status is currently pinned for the | 306 | 'pinned': # Boolean denoting whether or not the status is currently pinned for the |
@@ -557,7 +557,8 @@ Instance dicts | |||
557 | 'urls': # Additional URLs dict, presently only 'streaming_api' with the | 557 | 'urls': # Additional URLs dict, presently only 'streaming_api' with the |
558 | # stream websocket address. | 558 | # stream websocket address. |
559 | 'contact_account': # Account dict of the primary contact for the instance. | 559 | 'contact_account': # Account dict of the primary contact for the instance. |
560 | 'languages': # Array of ISO 6391 language codes the instance has chosen to advertise. | 560 | 'languages': # Array of ISO 639-1 (two-letter) language codes the instance |
561 | # has chosen to advertise. | ||
561 | } | 562 | } |
562 | 563 | ||
563 | Activity dicts | 564 | Activity dicts |