]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: profiling.sampling: Fix sampling-rate default value description typo (#144686)
authorDov Murik <dov.murik@gmail.com>
Tue, 10 Feb 2026 21:55:40 +0000 (16:55 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 21:55:40 +0000 (21:55 +0000)
Doc/library/profiling.sampling.rst

index ac1098698c8cbbc5af41f4665b8c827f531a751f..87e431969393b6f4bed6825d08889bdd51fcca5a 100644 (file)
@@ -354,7 +354,7 @@ Together, these determine how many samples will be collected during a profiling
 session.
 
 The :option:`--sampling-rate` option (:option:`-r`) sets how frequently samples
-are collected. The default is 1 kHz (10,000 samples per second)::
+are collected. The default is 1 kHz (1,000 samples per second)::
 
    python -m profiling.sampling run -r 20khz script.py