projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d702e
)
test.support.SaveSignals: fix typo (GH-7448)
author
Victor Stinner
<vstinner@redhat.com>
Wed, 6 Jun 2018 13:34:46 +0000
(15:34 +0200)
committer
GitHub
<noreply@github.com>
Wed, 6 Jun 2018 13:34:46 +0000
(15:34 +0200)
an => and
Lib/test/support/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/test/support/__init__.py
b/Lib/test/support/__init__.py
index 1015dd9af202728e37d051484e2f8df72dee13ea..a3a42cd69d0eebd8b263b915fbecfd3206b578a5 100644
(file)
--- a/
Lib/test/support/__init__.py
+++ b/
Lib/test/support/__init__.py
@@
-2821,7
+2821,7
@@
def fd_count():
class SaveSignals:
"""
- Save an restore signal handlers.
+ Save an
d
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