Skip to content

Commit fe3027f

Browse files
committed
Fix 1 typo in the comments of function mem_usage
Very helpful program, thanks!
1 parent 861f531 commit fe3027f

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)