mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
e3d09ff269
commit
13925008dc
94 changed files with 126 additions and 126 deletions
|
@ -270,7 +270,7 @@ class Sniffer:
|
|||
an all or nothing approach, so we allow for small variations in this
|
||||
number.
|
||||
1) build a table of the frequency of each character on every line.
|
||||
2) build a table of freqencies of this frequency (meta-frequency?),
|
||||
2) build a table of frequencies of this frequency (meta-frequency?),
|
||||
e.g. 'x occurred 5 times in 10 rows, 6 times in 1000 rows,
|
||||
7 times in 2 rows'
|
||||
3) use the mode of the meta-frequency to determine the /expected/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue