From 0ac94d42e61e9436830cf75042ba461cfef55626 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 4 Oct 2020 23:25:28 -0400 Subject: [PATCH] Fix typo in flask --- examples/miniapps/flask/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/miniapps/flask/README.rst b/examples/miniapps/flask/README.rst index 12bd3dcc..65e5918b 100644 --- a/examples/miniapps/flask/README.rst +++ b/examples/miniapps/flask/README.rst @@ -47,7 +47,7 @@ After that visit http://127.0.0.1:5000/ in your browser. .. note:: - Github has a rate limit. When thre rate limit is exceed you will see an exception + Github has a rate limit. When the rate limit is exceed you will see an exception ``github.GithubException.RateLimitExceededException``. For unauthenticated requests, the rate limit allows for up to 60 requests per hour. To extend the limit to 5000 requests per hour you need to set personal access token.