Skip to content

gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal'#148073

Merged
kumaraditya303 merged 2 commits intopython:mainfrom
Herrtian:fix-asyncio-signal-typo
Apr 4, 2026
Merged

gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal'#148073
kumaraditya303 merged 2 commits intopython:mainfrom
Herrtian:fix-asyncio-signal-typo

Conversation

@Herrtian
Copy link
Copy Markdown
Contributor

@Herrtian Herrtian commented Apr 4, 2026

Fix a small typo in the asyncio event loop documentation.

The "Set signal handlers for SIGINT and SIGTERM" example section says:

(This signals example only works on Unix.)

It should be signal (referring to the signal module), not signals.

Closes #148067


📚 Documentation preview 📚: https://cpython-previews--148073.org.readthedocs.build/

The example section references the `signal` module, not `signals`.

Closes python#148067
@python-cla-bot
Copy link
Copy Markdown

python-cla-bot bot commented Apr 4, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@Herrtian Herrtian changed the title Fix typo in asyncio event loop docs: 'signals' -> 'signal' gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' Apr 4, 2026
@Herrtian
Copy link
Copy Markdown
Contributor Author

Herrtian commented Apr 4, 2026

I have signed the CLA at https://www.python.org/psf/contrib/contrib-form/ using my GitHub account (Herrtian). Please re-check.

@StanFromIreland
Copy link
Copy Markdown
Member

I'm afraid you'll also have to sign it through the button above, the form is "ONLY for signing Contributor Agreements on behalf of organizations."

@Herrtian
Copy link
Copy Markdown
Contributor Author

Herrtian commented Apr 4, 2026

I'm afraid you'll also have to sign it through the button above, the form is "ONLY for signing Contributor Agreements on behalf of organizations."

Done it!

@kumaraditya303 kumaraditya303 merged commit 611d606 into python:main Apr 4, 2026
34 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

small typo in asyncio-eventloop.html

3 participants