Skip to content

Commit a6d4ea4

Browse files
authored
Merge pull request #126 from tarvos21/master
Fix 1 typo in the comments of function mem_usage
2 parents 861f531 + fe3027f commit a6d4ea4

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
@@ -252,7 +252,7 @@ def memory_usage(proc=-1, interval=.1, timeout=None, timestamps=False,
252252
253253
Returns
254254
-------
255-
mem_usage : list of floating-poing values
255+
mem_usage : list of floating-point values
256256
memory usage, in MiB. It's length is always < timeout / interval
257257
if max_usage is given, returns the two elements maximum memory and
258258
number of measurements effectuated

0 commit comments

Comments
 (0)