summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-29 13:53:13 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-29 13:53:13 +0100
commit1188d8e72bd8dd520ad0ea44397bde2a9f1bcd4e (patch)
tree852c8edcc1e58fd84b4f322c26e682aa692e497d /docs
parentb875a45e5caa147604fb499a52f9c09551f17729 (diff)
parente9e419727aa7470d5f97d146a50702fb211d6467 (diff)
downloadpsutil-1188d8e72bd8dd520ad0ea44397bde2a9f1bcd4e.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6d38c3b0..d7d32632 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2406,7 +2406,7 @@ Kill process tree
timeout=None, on_terminate=None):
"""Kill a process tree (including grandchildren) with signal
"sig" and return a (gone, still_alive) tuple.
- "on_terminate", if specified, is a callabck function which is
+ "on_terminate", if specified, is a callback function which is
called as soon as a child terminates.
"""
assert pid != os.getpid(), "won't kill myself"