Remove redundant FAQ section on API method renamings
authorHarmon <Harmon758@gmail.com>
Tue, 1 Mar 2022 22:23:07 +0000 (16:23 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 1 Mar 2022 22:23:16 +0000 (16:23 -0600)
docs/faq.rst

index f846b26ff521ee9b2ec3fc691c5ae3c446d2abf1..fdca76430de6ce734807f2ccb5198b8eba5534eb 100644 (file)
@@ -98,19 +98,6 @@ This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` removed ``API.me``.
 
 Instead, you can use :meth:`API.verify_credentials`.
 
-Where did ``API.search`` go?
-----------------------------
-
-If you're attempting to use ``API.search`` or other :class:`API` methods from
-Tweepy v3, you might encounter an :class:`AttributeError` with Tweepy v4.
-
-This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` renamed many :class:`API`
-methods to be more consistent.
-
-For example, ``API.search`` was renamed to :meth:`API.search_tweets`. You can
-refer to the changelog / release notes and update your method invocations
-accordingly.
-
 Where did ``StreamListener`` go?
 --------------------------------