From 84e5476e64df70ae7e5fab657129ab24e8bab74a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 4 Oct 2020 23:27:23 -0400 Subject: [PATCH] Remove not needed newlines --- examples/miniapps/django/README.rst | 1 - examples/miniapps/flask/README.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/miniapps/django/README.rst b/examples/miniapps/django/README.rst index 21bc2a6e..7bbc02e3 100644 --- a/examples/miniapps/django/README.rst +++ b/examples/miniapps/django/README.rst @@ -49,7 +49,6 @@ After that visit http://127.0.0.1:8000/ in your browser. .. note:: - 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 diff --git a/examples/miniapps/flask/README.rst b/examples/miniapps/flask/README.rst index 65e5918b..260a95d2 100644 --- a/examples/miniapps/flask/README.rst +++ b/examples/miniapps/flask/README.rst @@ -46,7 +46,6 @@ After that visit http://127.0.0.1:5000/ in your browser. .. note:: - 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