From 650f40f3946c54c7cbead2240f0f29f84f909d75 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 6 Jun 2018 12:59:36 +0200 Subject: [PATCH] test.support.SaveSignals: fix typo an => and --- Lib/test/support/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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