Skip to content

Commit b9513a0

Browse files
committed
Fix comments
1 parent 5a1582d commit b9513a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memory_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def ps_util_tool():
148148

149149
def _ps_util_full_tool(memory_metric):
150150

151-
# .. cross-platform but but requires psutil ..
151+
# .. cross-platform but requires psutil > 4.0.0 ..
152152
process = psutil.Process(pid)
153153
try:
154154
if not hasattr(process, 'memory_full_info'):

0 commit comments

Comments
 (0)