Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36c60fb

Browse files
authored
test.support.SaveSignals: fix typo (GH-7448)
an => and
1 parent b5d702e commit 36c60fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@ def fd_count():
28212821

28222822
class SaveSignals:
28232823
"""
2824-
Save an restore signal handlers.
2824+
Save and restore signal handlers.
28252825
28262826
This class is only able to save/restore signal handlers registered
28272827
by the Python signal module: see bpo-13285 for "external" signal

0 commit comments

Comments
 (0)