diff options
Diffstat (limited to '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 2a7aaf2..43e30b1 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -42,7 +42,7 @@ node running Mastodon. | |||
42 | A note about rate limits | 42 | A note about rate limits |
43 | ------------------------ | 43 | ------------------------ |
44 | Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute | 44 | Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute |
45 | time slow. This can differ from instance to instance and is subject to change. | 45 | time slot. This can differ from instance to instance and is subject to change. |
46 | Mastodon.py has three modes for dealing with rate limiting that you can pass to | 46 | Mastodon.py has three modes for dealing with rate limiting that you can pass to |
47 | the constructor, "throw", "wait" and "pace", "wait" being the default. | 47 | the constructor, "throw", "wait" and "pace", "wait" being the default. |
48 | 48 | ||