Skip to content

Commit 456388b

Browse files
committed
correct spelling mistake
1 parent 1432dda commit 456388b

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
@@ -139,7 +139,7 @@ def ps_util_tool():
139139
# .. cross-platform but but requires psutil ..
140140
process = psutil.Process(pid)
141141
try:
142-
# avoid useing get_memory_info since it does not exists
142+
# avoid using get_memory_info since it does not exists
143143
# in psutil > 2.0 and accessing it will cause exception.
144144
meminfo_attr = 'memory_info' if hasattr(process, 'memory_info') \
145145
else 'get_memory_info'

0 commit comments

Comments
 (0)