diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 22:09:14 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 22:09:14 +0200 |
commit | d04b3da7d5a8f130ad723e5f8797f314cdc072ca (patch) | |
tree | 410bff0173f68259dca7ab2bd1ef6c030c5dd985 /docs | |
parent | ba3c2a8605806916bf4124daa1afcea4d3a7c9b9 (diff) | |
download | mastodon.py-d04b3da7d5a8f130ad723e5f8797f314cdc072ca.tar.gz |
Add filter applies function
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index e1dc7ac..0cff37e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -703,6 +703,7 @@ These functions allow you to get information about keyword filters. | |||
703 | 703 | ||
704 | .. automethod:: Mastodon.filters | 704 | .. automethod:: Mastodon.filters |
705 | .. automethod:: Mastodon.filter | 705 | .. automethod:: Mastodon.filter |
706 | .. automethod:: Mastodon.filters_apply | ||
706 | 707 | ||
707 | Reading data: Follow suggestions | 708 | Reading data: Follow suggestions |
708 | -------------------------------- | 709 | -------------------------------- |