mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typos in documentation and comments (#119763)
This commit is contained in:
parent
5a1205b641
commit
9e052619a6
7 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue