Skip to content

Fix typo in quickstart section#3217

Merged
abravalheri merged 3 commits intopypa:mainfrom
pablo-cardenas:patch-1
Mar 26, 2022
Merged

Fix typo in quickstart section#3217
abravalheri merged 3 commits intopypa:mainfrom
pablo-cardenas:patch-1

Conversation

@pablo-cardenas
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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