Skip to content

Commit

Permalink
test.support.SaveSignals: fix typo (GH-7448)
Browse files Browse the repository at this point in the history
an => and
  • Loading branch information
vstinner authored Jun 6, 2018
1 parent b5d702e commit 36c60fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36c60fb

Please sign in to comment.