Skip to content

Commit

Permalink
docs: Fix typo in memray run documentation
Browse files Browse the repository at this point in the history
The word "proving" should have been "providing".
  • Loading branch information
jcarnaxide authored and godlygeek committed Nov 22, 2022
1 parent bfeb9fc commit 2449085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ with Memray, while still allowing Memray to show you each place where your
program needs to acquire more memory.

You can ask Memray to show you each individual object being created and
destroyed, instead, by proving the ``--trace-python-allocators`` argument to
destroyed, instead, by providing the ``--trace-python-allocators`` argument to
the ``run`` subcommand. This records a lot more data and makes profiling much
slower. It will show you all allocations, even ones that don't result in your
program requesting more memory from the system because the interpreter already
Expand Down

0 comments on commit 2449085

Please sign in to comment.