mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
test.support.SaveSignals: fix typo (GH-7448)
an => and
This commit is contained in:
parent
b5d702e5e7
commit
36c60fb256
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue