From 3b0e47cba4048ddf9a64874f0aaae1364a7dc679 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Tue, 24 Jul 2018 16:03:25 +0900 Subject: [PATCH] Update index.rst Updated Process section --- docs/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d17d2c657..35f135683 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -848,10 +848,8 @@ Functions Cached :class:`Process` instances are checked for identity so that you're safe in case a PID has been reused by another process, in which case the cached instance is updated. - This is should be preferred over :func:`psutil.pids()` for iterating over - processes. - Sorting order in which processes are returned is - based on their PID. + This is preferred over :func:`psutil.pids()` for iterating over processes. + Sorting order in which processes are returned is based on their PID. *attrs* and *ad_value* have the same meaning as in :meth:`Process.as_dict()`. If *attrs* is specified :meth:`Process.as_dict()` is called internally and the resulting dict is stored as a ``info`` attribute which is attached to the