Skip to content

Commit

Permalink
Fix small doc issue in Tracker.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Diener <[email protected]>
  • Loading branch information
matthiasdiener authored and pablogsal committed Feb 16, 2023
1 parent c545b0b commit 63d31d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memray/_memray.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ cdef class Tracker:
argument must be provided.
destination (FileDestination or SocketDestination): The destination to
write captured allocations to. If provided, the *file_name*
argument must not be.
argument must not be provided.
native_traces (bool): Whether or not to capture native stack frames, in
addition to Python stack frames (see :ref:`Native Tracking`).
Defaults to False.
Expand Down

0 comments on commit 63d31d5

Please sign in to comment.