aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFilip H.F. "FiXato" Slagter <[email protected]>2019-10-17 02:04:21 +0200
committerGitHub <[email protected]>2019-10-17 02:04:21 +0200
commitc780f52937456f495d439777c474dc1ce0403a02 (patch)
treeba753f608865346b84315a8943b1f139039e9fc7 /docs
parentf078387d8d63f59713b3509edc5505a458de2f76 (diff)
downloadmastodon.py-c780f52937456f495d439777c474dc1ce0403a02.tar.gz
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?
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 2826301..98fcd83 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -488,7 +488,7 @@ Filter dicts
488 488
489.. code-block:: python 489.. code-block:: python
490 490
491 mastodon.account_follow(<numerical id>) 491 mastodon.filter(<numerical id>)
492 # Returns the following dictionary: 492 # Returns the following dictionary:
493 { 493 {
494 'id': # Numerical id of the filter 494 'id': # Numerical id of the filter
Powered by cgit v1.2.3 (git 2.41.0)