Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error in doc (arg->kwarg) and pep-8 #2689

Merged
merged 1 commit into from Dec 16, 2012

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Dec 16, 2012

Fix error in doc :

"""
-            super(MyConfigurable, self).__init__(config)
+            super(MyConfigurable, self).__init__(config=config)
"""

Use this as an occasion to pep-8 the files a little and remove useless imports.

@takluyver
Copy link
Member

Looks OK to me, and Travis gives it the OK, so I'm merging it.

takluyver added a commit that referenced this pull request Dec 16, 2012
fix error in doc (arg->kwarg) and pep-8
@takluyver takluyver merged commit 8a31419 into ipython:master Dec 16, 2012
@Carreau
Copy link
Member Author

Carreau commented Dec 16, 2012

Thanks.

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
fix error in doc (arg->kwarg) and pep-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants