Skip to content

Commit f8de8d9

Browse files
authored
DOC: Escape backslash in read_clipboard docstring (#52285)
Escape backslash in read_clipboard docstring For #51868
1 parent 097e70f commit f8de8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/clipboards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def read_clipboard(
3030
3131
Parameters
3232
----------
33-
sep : str, default '\s+'
34-
A string or regex delimiter. The default of '\s+' denotes
33+
sep : str, default '\\s+'
34+
A string or regex delimiter. The default of '\\s+' denotes
3535
one or more whitespace characters.
3636
3737
dtype_backend : {"numpy_nullable", "pyarrow"}, defaults to NumPy backed DataFrames

0 commit comments

Comments
 (0)