Skip to content

Commit 1f0b25e

Browse files
committed
bring back the comment
1 parent 2d636cf commit 1f0b25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/csv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ def _guess_delimiter(self, data, delimiters):
388388
count = line.count(char)
389389
charFrequency[char][count] += 1
390390

391+
# must count even if frequency is 0
391392
missing_chars = ascii.difference(candidate_chars)
392393
chunk_len = len(chunk)
393394
for char in missing_chars:

0 commit comments

Comments
 (0)