From fa53713abdb7e9fa1385186bd6649cc7317c7855 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 24 Nov 2017 14:04:43 +0100 Subject: [PATCH] Fix doc inaccuracy --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 14ec49f..162d06c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -172,7 +172,7 @@ Toot dicts 'uri': # Descriptor for the toot # EG 'tag:mastodon.social,2016-11-25:objectId=:objectType=Status' 'url': # URL of the toot - 'account': # Account dict for the account which posted the status + 'account': # User dict for the account which posted the status 'in_reply_to_id': # Numerical id of the toot this toot is in response to 'in_reply_to_account_id': # Numerical id of the account this toot is in response to 'reblog': # Denotes whether the toot is a reblog