summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndre F de Miranda <trixpan@users.noreply.github.com>2020-12-29 13:22:28 +1100
committerGitHub <noreply@github.com>2020-12-29 03:22:28 +0100
commite9e419727aa7470d5f97d146a50702fb211d6467 (patch)
tree64c5a0874b4d37854f791fbfb5aba53669e1d01d /docs
parentd8a8a85997bd59b720dd7456ebc1835d0e9dcd9b (diff)
downloadpsutil-e9e419727aa7470d5f97d146a50702fb211d6467.tar.gz
Fix typo in index.rst (#1899)
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 9a516e0d..45ca33a0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2416,7 +2416,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"