Skip to content

Commit 3f5ff7c

Browse files
committed
checks 21, not 20
1 parent b07a267 commit 3f5ff7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/csv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ The :mod:`csv` module defines the following classes:
294294
- the second through n-th rows contain strings where at least one value's
295295
length differs from that of the putative header of that column.
296296

297-
Twenty rows after the first row are sampled; if more than half of columns +
298-
rows meet the criteria, :const:`True` is returned.
297+
Twenty-one rows after the first row are sampled; if more than half of
298+
columns + rows meet the criteria, :const:`True` is returned.
299299

300300
.. note::
301301

0 commit comments

Comments
 (0)