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

Fixed several inconsistent parameter names #2838

Merged
merged 1 commit into from
Mar 10, 2019
Merged

Conversation

erictraut
Copy link
Contributor

Fixed several inconsistent parameter names so all instance methods take 'self' and all class methods take 'cls'. This avoids warnings or errors from linting tools that enforce standard naming conventions.

…ke 'self' and all class methods take 'cls'. This avoids warnings or errors from linting tools that enforce standard naming conventions.
@srittau
Copy link
Collaborator

srittau commented Mar 10, 2019

I have slight concerns that these changes rename parameters that are named differently (even if incorrectly, in my opinion) in the third-party libraries. But then I made similar changes in the past, so let's see whether this causes in problems in practice.

@srittau srittau merged commit 06c6824 into python:master Mar 10, 2019
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.

3 participants