diff --git a/instagrapi/mixins/user.py b/instagrapi/mixins/user.py index 95e7fff4..30be7cd8 100644 --- a/instagrapi/mixins/user.py +++ b/instagrapi/mixins/user.py @@ -593,7 +593,7 @@ def user_following( self, user_id: str, use_cache: bool = True, amount: int = 0 ) -> Dict[str, UserShort]: """ - Get user's followers information + Get user's following information Parameters ----------