projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b322dd2
)
Fix syntax error caused by bad merge.
author
Joshua Roesslein
<jroesslein@gmail.com>
Fri, 27 Dec 2013 18:44:35 +0000
(12:44 -0600)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Fri, 27 Dec 2013 18:44:35 +0000
(12:44 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index e0d955e4c8d50e6d398d6747a3f264efc5627aa6..1468a31b77802aea463e0d5fe6583d17dde2408a 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-687,12
+687,13
@@
class API(object):
path = '/help/languages.json',
payload_type = 'json',
require_auth = True
+ )
- """
help/configuration
"""
+ """
help/configuration
"""
configuration = bind_api(
path = '/help/configuration.json',
payload_type = 'json',
- require_auth = True
,
+ require_auth = True
)
""" Internal use only """