diff options
Diffstat (limited to 'psutil/__init__.py')
-rw-r--r-- | psutil/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/__init__.py b/psutil/__init__.py index 5b7ee603..3d51b9ed 100644 --- a/psutil/__init__.py +++ b/psutil/__init__.py @@ -973,7 +973,7 @@ class Process(object): def memory_addrspace_info(self): """This method passes through the whole process address space - in order to calculate highly reliable metrics about "real" + in order to calculate highly reliable metrics about "effective" process memory consumption (USS and PSS). It usually requires higher privileges and is considerably |