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

Small typo in utils.py #5203

Closed
Devanshu24 opened this issue Jan 28, 2021 · 2 comments · Fixed by #5206
Closed

Small typo in utils.py #5203

Devanshu24 opened this issue Jan 28, 2021 · 2 comments · Fixed by #5206
Labels
🔰 Good first issue 📄 type: Documentation Updates, fixes and additions to documentation

Comments

@Devanshu24
Copy link
Contributor

Description

Small typo in the docs

The class docs have the argument name as arg_mapping

arg_mapping: dict

However, the actual __init__ method takes the argument with the name kwarg_mapping
def __init__(self, kwarg_mapping, warning_msg=None, removed_version=None):

@rfezzani rfezzani added 🔰 Good first issue 📄 type: Documentation Updates, fixes and additions to documentation labels Jan 28, 2021
@rfezzani
Copy link
Member

Good catch, thank you for the report @Devanshu24 😉

@Devanshu24
Copy link
Contributor Author

Devanshu24 commented Jan 29, 2021

@rfezzani You're welcome! I'll send a PR right away :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔰 Good first issue 📄 type: Documentation Updates, fixes and additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants