From e01460dc09f0ec87523a8d2530e7b2842e6ec664 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 11 Apr 2021 18:48:42 -0500 Subject: [PATCH] Improve formatting in API docstring --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 265e78c..e5c73bd 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -67,7 +67,7 @@ class API: :param upload_host: The URL of the upload server :param wait_on_rate_limit: Whether or not to automatically wait for rate limits to replenish - + :raise TypeError: If the given parser is not a Parser instance :reference: https://developer.twitter.com/en/docs/api-reference-index -- 2.25.1