https://github.com/python/cpython/commit/87c9789b9a067caf84a0e70093c798525732f8a1
commit: 87c9789b9a067caf84a0e70093c798525732f8a1
branch: main
author: Dov Murik <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-02-10T21:55:40Z
summary:
docs: profiling.sampling: Fix sampling-rate default value description typo
(#144686)
files:
M Doc/library/profiling.sampling.rst
diff --git a/Doc/library/profiling.sampling.rst
b/Doc/library/profiling.sampling.rst
index ac1098698c8cbb..87e431969393b6 100644
--- a/Doc/library/profiling.sampling.rst
+++ b/Doc/library/profiling.sampling.rst
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]