From: maxtaran2010 Date: Wed, 8 Jul 2026 09:09:37 +0000 (+0300) Subject: Fix typo: afe -> safe in add_callback_from_signal docstring X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3b8a530d5d4d04ce7828bd26174140eb2a74ef5;p=thirdparty%2Ftornado.git Fix typo: afe -> safe in add_callback_from_signal docstring --- 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