From f1c445dc1036beb4abac6305fdd5e8e64e7da6d2 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 26 Nov 2016 03:07:49 +0100 Subject: [PATCH] Typo in docs. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. A note about rate limits ------------------------ Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute -time slow. This can differ from instance to instance and is subject to change. +time slot. This can differ from instance to instance and is subject to change. Mastodon.py has three modes for dealing with rate limiting that you can pass to the constructor, "throw", "wait" and "pace", "wait" being the default.