summaryrefslogtreecommitdiff
path: root/Lib/csv.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
commite21d50c5c74e58bdf7173ab8d8966cfae2004728 (patch)
tree0f2efad6d3cf77c7b10b240c4575da9abb0050ea /Lib/csv.py
parenta83ef3bcd6d066d995515ba12913711be3bf447f (diff)
downloadcpython-e21d50c5c74e58bdf7173ab8d8966cfae2004728.tar.gz
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/csv.py')
-rw-r--r--Lib/csv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/csv.py b/Lib/csv.py
index 59ec372ec0..dbe6db7ead 100644
--- a/Lib/csv.py
+++ b/Lib/csv.py
@@ -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/