test.support.SaveSignals: fix typo (GH-7448)

an => and
This commit is contained in:
Victor Stinner 2018-06-06 15:34:46 +02:00 committed by GitHub
parent b5d702e5e7
commit 36c60fb256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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