We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141cf5d commit 9686653Copy full SHA for 9686653
Lib/csv.py
@@ -394,7 +394,7 @@ def has_header(self, sample):
394
# can't be determined, it is assumed to be a string in which case
395
# the length of the string is the determining factor: if all of the
396
# rows except for the first are the same length, it's a header.
397
- # when the strings have varying length, the average length of all
+ # When the strings have varying length, the average length of all
398
# strings becomes a determining factor.
399
# Finally, a 'vote' is taken at the end for each column, adding or
400
# subtracting from the likelihood of the first row being a header.
0 commit comments