Adding some more PEP-8.
All lines should be at most 79 characters in length.
This commit is contained in:
parent
a8ae71fd75
commit
c2f87f736c
1 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,9 @@ class AuthError(TwythonError):
|
|||
|
||||
|
||||
class setup:
|
||||
def __init__(self, username = None, password = None, headers = None, proxy = None, version = 1):
|
||||
|
||||
def __init__(self, username=None, password=None, headers=None, proxy=None,
|
||||
version=1):
|
||||
"""setup(username = None, password = None, proxy = None, headers = None)
|
||||
|
||||
Instantiates an instance of Twython. Takes optional parameters for authentication and such (see below).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue