Skip to content

Commit

Permalink
update (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizlouise1335 authored and taylorfturner committed Jun 27, 2023
1 parent bb89996 commit 205289d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,11 @@ Below is an breakdown of all the options.
options = ProfilerOptions(presets="numeric_stats_disabled")
* **"memory_optimization"**
* **"lower_memory_sketching"**
.. code-block:: python
options = ProfilerOptions(presets="memory_optimization")
options = ProfilerOptions(presets="lower_memory_sketching")
* **structured_options** - Options responsible for all structured data
Expand Down

0 comments on commit 205289d

Please sign in to comment.