Skip to content

Commit

Permalink
fix import typo in custom event sample (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
clumsy authored Oct 6, 2024
1 parent 53a5082 commit 5d0a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/custom_event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Custom Event

.. code-block:: python
from viztraer import VizTracer, VizCounter
from viztracer import VizTracer, VizCounter
tracer = VizTracer()
tracer.start()
counter = VizCounter(tracer, "counter name")
Expand Down

0 comments on commit 5d0a5f7

Please sign in to comment.