Skip to content

Commit aab1f3c

Browse files
Update profiling.sampling.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 66610ff commit aab1f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/profiling.sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ allocation rates or using object pooling.
386386
Opcode-aware profiling
387387
----------------------
388388

389-
The ``--opcodes`` option enables instruction-level profiling that captures
389+
The :option:`--opcodes` option enables instruction-level profiling that captures
390390
which Python bytecode instructions are executing at each sample::
391391

392392
python -m profiling.sampling run --opcodes --flamegraph script.py

0 commit comments

Comments
 (0)