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 b07a267 commit 3f5ff7cCopy full SHA for 3f5ff7c
Doc/library/csv.rst
@@ -294,8 +294,8 @@ The :mod:`csv` module defines the following classes:
294
- the second through n-th rows contain strings where at least one value's
295
length differs from that of the putative header of that column.
296
297
- Twenty rows after the first row are sampled; if more than half of columns +
298
- rows meet the criteria, :const:`True` is returned.
+ Twenty-one rows after the first row are sampled; if more than half of
+ columns + rows meet the criteria, :const:`True` is returned.
299
300
.. note::
301
0 commit comments