Skip to content

Commit 4446e3b

Browse files
authored
fix sphinx warning: unexpected unindent (#2118)
1 parent 84219ad commit 4446e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psutil/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class Process(object):
325325
- use is_running() before querying the process
326326
- if you're continuously iterating over a set of Process
327327
instances use process_iter() which pre-emptively checks
328-
process identity for every yielded instance
328+
process identity for every yielded instance
329329
"""
330330

331331
def __init__(self, pid=None):

0 commit comments

Comments
 (0)