We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84219ad commit 4446e3bCopy full SHA for 4446e3b
psutil/__init__.py
@@ -325,7 +325,7 @@ class Process(object):
325
- use is_running() before querying the process
326
- if you're continuously iterating over a set of Process
327
instances use process_iter() which pre-emptively checks
328
- process identity for every yielded instance
+ process identity for every yielded instance
329
"""
330
331
def __init__(self, pid=None):
0 commit comments