diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 18:03:11 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 18:03:11 +0200 |
commit | 8feed51075af332c45e6aacd106550eff2233675 (patch) | |
tree | 78a608b7479fc8872e1a747046998071b65842fc | |
parent | 58c508a11c8ae69e9e19525b84d2db1ca0ab0245 (diff) | |
download | mastodon.py-8feed51075af332c45e6aacd106550eff2233675.tar.gz |
Fix typo in docs
-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 e057e7f..1f8b279 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -698,7 +698,7 @@ their relationships. | |||
698 | .. automethod:: Mastodon.account_relationships | 698 | .. automethod:: Mastodon.account_relationships |
699 | .. automethod:: Mastodon.account_search | 699 | .. automethod:: Mastodon.account_search |
700 | 700 | ||
701 | Writing data: Keyword filters | 701 | Reading data: Keyword filters |
702 | ----------------------------- | 702 | ----------------------------- |
703 | These functions allow you to get information about keyword filters. | 703 | These functions allow you to get information about keyword filters. |
704 | 704 | ||