vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
338 stars 36 forks source link

Update the rate construction in the doc #72

Closed gheritarish closed 2 years ago

gheritarish commented 2 years ago

The rate in the exception part of the README indicated 3/5, while running the same example gives 3/1. This commit fixes this example, and details how the rate is constructed.