diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2a64a02..5a1254d 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -46,7 +46,7 @@ node running Mastodon by setting `api_base_url` when creating the | |||
46 | api object (or creating an app). | 46 | api object (or creating an app). |
47 | 47 | ||
48 | Mastodon.py aims to implement the complete public Mastodon API. As | 48 | Mastodon.py aims to implement the complete public Mastodon API. As |
49 | of this time, it is feature complete for Mastodon version 2.1.0. | 49 | of this time, it is feature complete for Mastodon version 2.2.0. |
50 | 50 | ||
51 | A note about rate limits | 51 | A note about rate limits |
52 | ------------------------ | 52 | ------------------------ |
@@ -674,7 +674,7 @@ Writing data: Lists | |||
674 | ------------------- | 674 | ------------------- |
675 | These functions allow you to create, maintain and delete lists. | 675 | These functions allow you to create, maintain and delete lists. |
676 | 676 | ||
677 | When creating lists, note that (As of Mastodon 2.1.0), a user can only | 677 | When creating lists, note that a user can only |
678 | have a maximum of 50 lists. | 678 | have a maximum of 50 lists. |
679 | 679 | ||
680 | .. automethod:: Mastodon.list_create | 680 | .. automethod:: Mastodon.list_create |