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 3f5ff7c commit d903629Copy full SHA for d903629
Doc/library/csv.rst
@@ -294,7 +294,7 @@ 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-one rows after the first row are sampled; if more than half of
+ Twenty-one rows after the first row are sampled; if more than half of the
298
columns + rows meet the criteria, :const:`True` is returned.
299
300
.. note::
0 commit comments