Improve FAQ section titles for 401 and 403 errors
authorHarmon <Harmon758@gmail.com>
Sun, 21 Nov 2021 17:41:46 +0000 (11:41 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 21 Nov 2021 17:41:46 +0000 (11:41 -0600)
docs/faq.rst

index 62798c6a1bd267f878c80f27bd6f536c8adc359d..4781fe33ff969e9d106aef8a6439c9f42d568ab3 100644 (file)
@@ -9,8 +9,8 @@ Frequently Asked Questions
 General
 =======
 
-Why am I encountering a 401 Unauthorized error?
------------------------------------------------
+Why am I encountering a 401 Unauthorized error with :class:`API` or 403 Forbidden error with :class:`Client`?
+-------------------------------------------------------------------------------------------------------------
 
 If you're using a method that performs an action on behalf of the
 authenticating user, e.g. :meth:`API.update_status`, make sure your app has the
@@ -23,8 +23,8 @@ See `Twitter's API documentation on app permissions`_ for more information.
 
 .. _Twitter's API documentation on app permissions: https://developer.twitter.com/en/docs/apps/app-permissions
 
-Why am I encountering a 403 Forbidden error?
---------------------------------------------
+Why am I encountering a 403 Forbidden error with :class:`API`?
+--------------------------------------------------------------
 
 If you have Essential access to the Twitter API, you won't be able to access
 Twitter API v1.1. This includes all :class:`API` methods and :class:`Stream`.