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 docstring typo for the usage of asyncio.Event.wait #3442

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

bkad
Copy link
Contributor

@bkad bkad commented Nov 13, 2024

I noticed this code snippet will always fail:

await asyncio.Event.wait()

because wait is an instance method. The correct incantation exists in other parts of the documentation, so this is probably just a little typo.

@bdarnell
Copy link
Member

Thanks! (CI failure is unrelated: #3445)

@bdarnell bdarnell merged commit f62afc3 into tornadoweb:master Nov 21, 2024
10 of 13 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