diff options
author | Lorenz Diener <[email protected]> | 2017-12-14 13:34:09 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-12-14 13:34:09 +0100 |
commit | 95ee173d21764e9b082a46ec33b18ba0c9321dab (patch) | |
tree | dec451e64e77db5326778ceaf32f6dc3511bf5c1 | |
parent | 20c1d95b45ae86678c748d5046de7bae8843e4a7 (diff) | |
download | mastodon.py-95ee173d21764e9b082a46ec33b18ba0c9321dab.tar.gz |
Small documentation fix
-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 9b6074d..d0eb65d 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -69,7 +69,7 @@ a while. | |||
69 | 69 | ||
70 | In "pace" mode, Mastodon.py will delay each new request after the first one such that, | 70 | In "pace" mode, Mastodon.py will delay each new request after the first one such that, |
71 | if requests were to continue at the same rate, only a certain fraction (set in the | 71 | if requests were to continue at the same rate, only a certain fraction (set in the |
72 | constructor as ratelimit_pacefactor) of the rate limit will be used up. The fraction can | 72 | constructor as `ratelimit_pacefactor`) of the rate limit will be used up. The fraction can |
73 | be (and by default, is) greater than one. If the rate limit is hit, "pace" behaves like | 73 | be (and by default, is) greater than one. If the rate limit is hit, "pace" behaves like |
74 | "wait". This mode is probably the most advanced one and allows you to just poll in | 74 | "wait". This mode is probably the most advanced one and allows you to just poll in |
75 | a loop without ever sleeping at all yourself. It is for applications that would rather | 75 | a loop without ever sleeping at all yourself. It is for applications that would rather |