Adding some more PEP-8.

All lines should be at most 79 characters in length.
This commit is contained in:
Randall Degges 2010-08-17 16:59:34 +08:00 committed by Ryan McGrath
parent a8ae71fd75
commit c2f87f736c

View file

@ -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).