diff options
-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 |