We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31770a2 commit 8a88d4bCopy full SHA for 8a88d4b
source-code/processes/monitor.py
@@ -39,7 +39,7 @@ def get_username():
39
40
41
def find_ancestor(pid=None, username=None):
42
- '''Find the anceestor of the process with ID pid thatis owned by the user with
+ '''Find the ancestor of the process with ID pid thatis owned by the user with
43
the given user name'''
44
if pid is not None and not psutil.pid_exists(pid):
45
raise ValueError(f'PID {pid} does not exist')
0 commit comments