Comments correction for get_lastfunction_header() #180

Merged
atrociousgrmblr merged 1 commit from master into master 2013-04-15 13:45:39 -07:00
Showing only changes of commit 023b29b202 - Show all commits

View file

@ -258,10 +258,10 @@ class Twython(object):
This will return None if the header is not present This will return None if the header is not present
Most useful for the following header information: Most useful for the following header information:
x-ratelimit-limit x-rate-limit-limit
x-ratelimit-remaining x-rate-limit-remaining
x-ratelimit-class x-rate-limit-class
x-ratelimit-reset x-rate-limit-reset
""" """
if self._last_call is None: if self._last_call is None:
raise TwythonError('This function must be called after an API call. It delivers header information.') raise TwythonError('This function must be called after an API call. It delivers header information.')