diff options
author | Xie Yanbo <xieyanbo@gmail.com> | 2024-06-04 18:22:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 10:22:22 +0000 |
commit | 9e052619a6d32051394444c24d3185db1735a893 (patch) | |
tree | 0e978a83eadc1155de9f2435ecd6c32c1faeae99 /Python/optimizer.c | |
parent | 5a1205b641df133932ed4c65b9a4ff5724e89963 (diff) | |
download | cpython-9e052619a6d32051394444c24d3185db1735a893.tar.gz cpython-9e052619a6d32051394444c24d3185db1735a893.zip |
Fix typos in documentation and comments (#119763)
Diffstat (limited to 'Python/optimizer.c')
-rw-r--r-- | Python/optimizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/optimizer.c b/Python/optimizer.c index 5b4a6ff8cb3..4dc3438b6c2 100644 --- a/Python/optimizer.c +++ b/Python/optimizer.c @@ -1455,7 +1455,7 @@ PyUnstable_Optimizer_NewCounter(void) /* We use a bloomfilter with k = 6, m = 256 * The choice of k and the following constants - * could do with a more rigourous analysis, + * could do with a more rigorous analysis, * but here is a simple analysis: * * We want to keep the false positive rate low. |