From: Victor Stinner Date: Wed, 6 Jun 2018 13:34:46 +0000 (+0200) Subject: test.support.SaveSignals: fix typo (GH-7448) X-Git-Tag: v3.8.0a1~1651 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36c60fb2567a26ab23b533530d57d86207b91eea;p=thirdparty%2FPython%2Fcpython.git test.support.SaveSignals: fix typo (GH-7448) an => and --- diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 1015dd9af202..a3a42cd69d0e 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