Fix typos in documentation and comments (#119763)

This commit is contained in:
Xie Yanbo 2024-06-04 18:22:22 +08:00 committed by GitHub
parent 5a1205b641
commit 9e052619a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -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.