Skip to content

Commit

Permalink
Fix a typo while building url.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixohsix committed Oct 21, 2014
1 parent 759cdb6 commit b520087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def __call__(self, **kwargs):
part = (str(kwargs.pop(uripart, uripart)))
else:
part = uripart
uriparts.append(uripart)
uriparts.append(part)
uri = '/'.join(uriparts)

method = kwargs.pop('_method', None) or method_for_uri(uri)
Expand Down

0 comments on commit b520087

Please sign in to comment.