Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tornado/ioloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def add_callback_from_signal(
) -> None:
"""Calls the given callback on the next I/O loop iteration.

Intended to be afe for use from a Python signal handler; should not be
Intended to be safe for use from a Python signal handler; should not be
used otherwise.

.. deprecated:: 6.4
Expand Down
Loading