diff options
author | Filip H.F. "FiXato" Slagter <[email protected]> | 2019-10-17 02:04:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-17 02:04:21 +0200 |
commit | c780f52937456f495d439777c474dc1ce0403a02 (patch) | |
tree | ba753f608865346b84315a8943b1f139039e9fc7 | |
parent | f078387d8d63f59713b3509edc5505a458de2f76 (diff) | |
download | mastodon.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?
-rw-r--r-- | docs/index.rst | 2 |
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 |