Skip to content

Instantly share code, notes, and snippets.

@clayg
Created June 23, 2012 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/2976420 to your computer and use it in GitHub Desktop.
Save clayg/2976420 to your computer and use it in GitHub Desktop.
(pep8)clayg@clayg-laptop:~/devenv/sandbox/pep8$ cat test.py
class A(object):
def __init__(self,
blah,
monkies):
self.blah = blah
a = A('monkies',
'yay')
(pep8)clayg@clayg-laptop:~/devenv/sandbox/pep8$ pep8 --version
1.3.1
(pep8)clayg@clayg-laptop:~/devenv/sandbox/pep8$ pep8 test.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment