Skip to content

Commit 2b4a86b

Browse files
authored
Merge pull request #157 from EdwardBetts/spelling
correct spelling mistake
2 parents 1432dda + 456388b commit 2b4a86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)