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 start_with is starts_with #41

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

takekazuomi
Copy link
Contributor

Thank you for the great sample. This is helpful for Python beginners.

In README.md, it is start_with. but in the function arguments, starts_with.

4. Try the API at '/generate_name' and try passing in a parameter at the end of the URL, like '/generate_name?start_with=N'.

async def generate_name(starts_with: str = None):

@pamelafox
Copy link
Owner

thanks for the fix!

@pamelafox pamelafox merged commit fb243b5 into pamelafox:main Jan 6, 2024
2 checks passed
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.

2 participants