From 38b4503c7d38558becdf4c26838d66e3ceae040a Mon Sep 17 00:00:00 2001 From: g33klord Date: Sun, 19 Mar 2017 20:04:30 +0530 Subject: [PATCH] removed exist_friendship method v3.5.0 has no exist_friendship method. --- docs/api.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 06b3e44..ce9d370 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -303,16 +303,6 @@ Friendship Methods :rtype: :class:`User` object -.. method:: API.exists_friendship(user_a, user_b) - - Checks if a friendship exists between two users. Will return True if - user_a follows user_b, otherwise False. - - :param user_a: The ID or screen_name of the subject user. - :param user_b: The ID or screen_name of the user to test for following. - :rtype: True/False - - .. method:: API.show_friendship(source_id/source_screen_name, target_id/target_screen_name) Returns detailed information about the relationship between two users. -- 2.25.1