Skip to content

Commit 187157b

Browse files
committed
Remove whitespace from a blank line
1 parent 1708d79 commit 187157b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers/readers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
274274
* Rows before the header row, if ``header=1`` or larger.
275275
276276
Example usage:
277-
277+
278278
* To read the first 999,999 (non-header) rows:
279279
``read_csv(..., nrows=999999)``
280-
280+
281281
* To read rows 1,000,000 through 1,999,999:
282282
``read_csv(..., skiprows=1000000, nrows=999999)``
283283
na_values : Hashable, Iterable of Hashable or dict of {{Hashable : Iterable}}, optional

0 commit comments

Comments
 (0)