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 a couple of typos in function/class names #145

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

duncf
Copy link
Contributor

@duncf duncf commented Jul 19, 2017

Renames LiteralyEvaluable to LiterallyEvaluable and renames _get_list_attribute_is_member_off to _get_list_attribute_is_member_of.

This does change the API slightly. If users are checking isinstance(redbaron.LiteralyEvaluable) (for example), this change could break them. This is not a documented API, so I assume the guarantee of backwards compatibility does not apply, but if you think it should, we could easily add "LiteralyEvaluable = LiterallyEvaluable" to accept both spellings.

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.

1 participant