Skip to content

Commit 1bacd2d

Browse files
committed
Fix typo
1 parent 2dd1694 commit 1bacd2d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Currently, the backend can be set via the CLI
420420

421421
$ python -m memory_profiler --backend psutil my_script.py
422422

423-
and is explosed by the API
423+
and is exposed by the API
424424

425425
>>> from memory_profiler import memory_usage
426426
>>> mem_usage = memory_usage(-1, interval=.2, timeout=1, backend="psutil")
@@ -504,6 +504,8 @@ cleanup.
504504

505505
`Juan Luis Cano <https://github.com/Juanlu001>`_ modernized the infrastructure and helped with various things.
506506

507+
`Martin Becker <https://github.com/mgbckr>`_ added PSS and USS tracking via the psutil backend.
508+
507509
=========
508510
License
509511
=========

0 commit comments

Comments
 (0)