From 63d31d5584c7df8de8baf6701e26c007ded8033b Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 8 Feb 2023 17:19:58 -0600 Subject: [PATCH] Fix small doc issue in `Tracker`. Signed-off-by: Matthias Diener --- src/memray/_memray.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memray/_memray.pyx b/src/memray/_memray.pyx index 67ca3bf700..4b72c23967 100644 --- a/src/memray/_memray.pyx +++ b/src/memray/_memray.pyx @@ -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.