diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 20:25:25 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 20:25:25 +0200 |
commit | 087fb249dad981be4dfbfea13a842bfcc1cd8fd7 (patch) | |
tree | 5226e6a544353fedac0c8ae133188a7d9d510f8a /docs | |
parent | 8feed51075af332c45e6aacd106550eff2233675 (diff) | |
download | mastodon.py-087fb249dad981be4dfbfea13a842bfcc1cd8fd7.tar.gz |
Fix tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 1f8b279..e1dc7ac 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -378,8 +378,7 @@ Filter dicts | |||
378 | 'context': # List of places where the filters are applied ('home', 'notifications', 'public', 'thread') | 378 | 'context': # List of places where the filters are applied ('home', 'notifications', 'public', 'thread') |
379 | 'expires_at': # Expiry date for the filter | 379 | 'expires_at': # Expiry date for the filter |
380 | 'irreversible': # Boolean denoting if this filter is executed server-side | 380 | 'irreversible': # Boolean denoting if this filter is executed server-side |
381 | # or if it should be ran client-side (Note that Mastodon.py does | 381 | # or if it should be ran client-side. |
382 | # not run client-side filters for you). | ||
383 | 'whole_word': # Boolean denoting whether this filter can match partial words | 382 | 'whole_word': # Boolean denoting whether this filter can match partial words |
384 | } | 383 | } |
385 | 384 | ||
@@ -946,4 +945,4 @@ about who helped with which particular feature or fix in the changelog. | |||
946 | 945 | ||
947 | .. _Mastodon: https://github.com/tootsuite/mastodon | 946 | .. _Mastodon: https://github.com/tootsuite/mastodon |
948 | .. _Mastodon flagship instance: http://mastodon.social/ | 947 | .. _Mastodon flagship instance: http://mastodon.social/ |
949 | .. _Mastodon api docs: https://github.com/tootsuite/documentation/ \ No newline at end of file | 948 | .. _Mastodon api docs: https://github.com/tootsuite/documentation/ |