removed exist_friendship method
authorg33klord <g33klord@users.noreply.github.com>
Sun, 19 Mar 2017 14:34:30 +0000 (20:04 +0530)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 14:34:30 +0000 (20:04 +0530)
v3.5.0 has no exist_friendship method.

docs/api.rst

index 06b3e446ba7c77196f0a30be73046c6ec3256a7a..ce9d37020a5dac0e4096cb5b77d9383bb1451b16 100644 (file)
@@ -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.