From 36c60fb2567a26ab23b533530d57d86207b91eea Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 6 Jun 2018 15:34:46 +0200 Subject: test.support.SaveSignals: fix typo (GH-7448) 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 1015dd9..a3a42cd 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 -- cgit v0.12