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 typo in quickstart section #3217

Merged
merged 3 commits into from
Mar 26, 2022
Merged

Fix typo in quickstart section #3217

merged 3 commits into from
Mar 26, 2022

Conversation

pablo-cardenas
Copy link
Contributor

Summary of changes

Fixed typo in pyproject.toml

cli-name = mypkg.mymodule:some_func    =>    cli-name = "mypkg.mymodule:some_func"

Closes #3216

Pull Request Checklist

The function should be between quotes like a string.

cli-name = mypkg.mymodule:some_func    =>    cli-name = "mypkg.mymodule:some_func"
Copy link
Contributor

@abravalheri abravalheri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @pablo-cardenas

@pablo-cardenas
Copy link
Contributor Author

I thought this change should not be a new fragment since it's a minor typo. But I'm not sure.

@abravalheri
Copy link
Contributor

Well, I just added it anyway... There are other fragments about fixing typos, so why not...

@abravalheri abravalheri merged commit be227db into pypa:main Mar 26, 2022
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.

[Docs] Fix typo in quickstart section
2 participants