Skip to content

Commit 63d31d5

Browse files
matthiasdienerpablogsal
authored andcommitted
Fix small doc issue in Tracker.
Signed-off-by: Matthias Diener <[email protected]>
1 parent c545b0b commit 63d31d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memray/_memray.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ cdef class Tracker:
330330
argument must be provided.
331331
destination (FileDestination or SocketDestination): The destination to
332332
write captured allocations to. If provided, the *file_name*
333-
argument must not be.
333+
argument must not be provided.
334334
native_traces (bool): Whether or not to capture native stack frames, in
335335
addition to Python stack frames (see :ref:`Native Tracking`).
336336
Defaults to False.

0 commit comments

Comments
 (0)