From c780f52937456f495d439777c474dc1ce0403a02 Mon Sep 17 00:00:00 2001 From: "Filip H.F. \"FiXato\" Slagter" Date: Thu, 17 Oct 2019 02:04:21 +0200 Subject: [PATCH] filter dicts example used account_follow call The example for Filter Dicts was referencing the `account_follow` function instead of `filter`, probably due to copy/pasting if the previous block? --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 2826301..98fcd83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -488,7 +488,7 @@ Filter dicts .. code-block:: python - mastodon.account_follow() + mastodon.filter() # Returns the following dictionary: { 'id': # Numerical id of the filter