summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-06-06 13:34:46 (GMT)
committerGitHub <noreply@github.com>2018-06-06 13:34:46 (GMT)
commit36c60fb2567a26ab23b533530d57d86207b91eea (patch)
treed1b3cff4d253efcf75b9c8fb77cb9b4634763045 /Lib/test/support
parentb5d702e5e7291eed21666ed931da2a5e92c28a65 (diff)
downloadcpython-36c60fb2567a26ab23b533530d57d86207b91eea.zip
cpython-36c60fb2567a26ab23b533530d57d86207b91eea.tar.gz
cpython-36c60fb2567a26ab23b533530d57d86207b91eea.tar.bz2
test.support.SaveSignals: fix typo (GH-7448)
an => and
Diffstat (limited to 'Lib/test/support')
-rw-r--r--Lib/test/support/__init__.py2
1 files changed, 1 insertions, 1 deletions
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