]> granicus.if.org Git - python/commitdiff
test.support.SaveSignals: fix typo (GH-7448)
authorVictor Stinner <vstinner@redhat.com>
Wed, 6 Jun 2018 13:34:46 +0000 (15:34 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 13:34:46 +0000 (15:34 +0200)
an => and

Lib/test/support/__init__.py

index 1015dd9af202728e37d051484e2f8df72dee13ea..a3a42cd69d0eebd8b263b915fbecfd3206b578a5 100644 (file)
@@ -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