diff options
author | Lorenz Diener <[email protected]> | 2016-11-26 03:07:49 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2016-11-26 03:07:49 +0100 |
commit | f1c445dc1036beb4abac6305fdd5e8e64e7da6d2 (patch) | |
tree | afae8d9a8e9cd37ff726fd8eee606e78b5061018 /docs | |
parent | ddc10c2eee65f111d223492b988e9e960db8a2c1 (diff) | |
download | mastodon.py-f1c445dc1036beb4abac6305fdd5e8e64e7da6d2.tar.gz |
Typo in docs.
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 | ||