1-char typo in twython3k/twython.py #44

Closed
opened 2011-10-06 14:24:55 -07:00 by wescpy · 1 comment
wescpy commented 2011-10-06 14:24:55 -07:00 (Migrated from github.com)

need a dot (".") between '"&"' and 'join'):

260:        return base_url + "?" + "&"join(["%s=%s" % (key, urllib.parse.quote_plus(Twython.unicode2utf8(value))) for (key, value) in list(params.items())])
need a dot (".") between '"&"' and 'join'): ``` 260: return base_url + "?" + "&"join(["%s=%s" % (key, urllib.parse.quote_plus(Twython.unicode2utf8(value))) for (key, value) in list(params.items())]) ```
ryanmcgrath commented 2011-10-06 14:25:55 -07:00 (Migrated from github.com)

Fixed, thanks!

Fixed, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#44
No description provided.