Skip to content

Commit 149938a

Browse files
Update Lib/csv.py
Replacing "checking" by "check" in the comments Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 680c67b commit 149938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def has_header(self, sample):
420420
continue # skip rows that have irregular number of columns
421421

422422
for col in list(columnTypes.keys()):
423-
# checking if all col are strings
423+
# check if all col are strings
424424
if row[col].isnumeric():
425425
col_are_strings = False
426426

0 commit comments

Comments
 (0)