Skip to content

Commit d903629

Browse files
Update Doc/library/csv.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 3f5ff7c commit d903629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ 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-one rows after the first row are sampled; if more than half of
297+
Twenty-one rows after the first row are sampled; if more than half of the
298298
columns + rows meet the criteria, :const:`True` is returned.
299299

300300
.. note::

0 commit comments

Comments
 (0)