Skip to content

Commit 87c9789

Browse files
authored
docs: profiling.sampling: Fix sampling-rate default value description typo (#144686)
1 parent b67a64d commit 87c9789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profiling.sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Together, these determine how many samples will be collected during a profiling
354354
session.
355355

356356
The :option:`--sampling-rate` option (:option:`-r`) sets how frequently samples
357-
are collected. The default is 1 kHz (10,000 samples per second)::
357+
are collected. The default is 1 kHz (1,000 samples per second)::
358358

359359
python -m profiling.sampling run -r 20khz script.py
360360

0 commit comments

Comments
 (0)