Commit 36c60fb2 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

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

an => and
parent b5d702e5
...@@ -2821,7 +2821,7 @@ def fd_count(): ...@@ -2821,7 +2821,7 @@ def fd_count():
class SaveSignals: class SaveSignals:
""" """
Save an restore signal handlers. Save and restore signal handlers.
This class is only able to save/restore signal handlers registered This class is only able to save/restore signal handlers registered
by the Python signal module: see bpo-13285 for "external" signal by the Python signal module: see bpo-13285 for "external" signal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment