diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 1015dd9af20272..a3a42cd69d0eeb 100644 --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -2821,7 +2821,7 @@ def fd_count(): class SaveSignals: """ - Save an restore signal handlers. + Save and restore signal handlers. This class is only able to save/restore signal handlers registered by the Python signal module: see bpo-13285 for "external" signal