Skip to content

Commit ff3c173

Browse files
author
y-p
committed
DOC: Add note to to_clipboard docstring
1 parent 9266a38 commit ff3c173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/clipboard.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ def read_clipboard(**kwargs): # pragma: no cover
88
Read text from clipboard and pass to read_table. See read_table for the
99
full argument list
1010
11+
If unspecified, `sep` defaults to '\s+'
12+
1113
Returns
1214
-------
1315
parsed : DataFrame

0 commit comments

Comments
 (0)