diff --git a/twython/endpoints.py b/twython/endpoints.py index 41151d4..d8ede51 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -297,7 +297,7 @@ class EndpointsMixin(object): """ return self.get('account/settings', params=params) - def verify_Credentials(self, **params): + def verify_credentials(self, **params): """Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.