From c3b8a530d5d4d04ce7828bd26174140eb2a74ef5 Mon Sep 17 00:00:00 2001 From: maxtaran2010 Date: Wed, 8 Jul 2026 12:09:37 +0300 Subject: [PATCH] Fix typo: afe -> safe in add_callback_from_signal docstring --- tornado/ioloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/ioloop.py b/tornado/ioloop.py index ec93518d..d0965f8e 100644 --- a/tornado/ioloop.py +++ b/tornado/ioloop.py @@ -654,7 +654,7 @@ class IOLoop(Configurable): ) -> 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 -- 2.47.3