From 4446e3bd5fd29e0598f2ca6672d5ffe8ca40d442 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Fri, 19 Aug 2022 01:16:47 +0800 Subject: fix sphinx warning: unexpected unindent (#2118) --- psutil/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psutil/__init__.py b/psutil/__init__.py index 1ba0c19f..614c3fcc 100644 --- a/psutil/__init__.py +++ b/psutil/__init__.py @@ -325,7 +325,7 @@ class Process(object): - use is_running() before querying the process - if you're continuously iterating over a set of Process instances use process_iter() which pre-emptively checks - process identity for every yielded instance + process identity for every yielded instance """ def __init__(self, pid=None): -- cgit v1.2.1