From da438529e082c85307659b765681abe9eb214ff5 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 24 Nov 2017 17:22:48 +0100 Subject: [PATCH] Fix small doc problem --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a8181b1..fa021d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -175,7 +175,7 @@ Toot dicts '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 + 'reblog': # Denotes whether the toot is a reblog. If so, set to the original toot dict. 'content': # Content of the toot, as HTML: '

Hello from Python

' 'created_at': # Creation time 'reblogs_count': # Number of reblogs