Skip to content

Commit 89cf7ea

Browse files
committed
add deprecated msg in docstring
1 parent 2ad798e commit 89cf7ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/io/parsers.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,10 @@
322322
will also force the use of the Python parsing engine. Note that regex
323323
delimiters are prone to ignoring quoted data. Regex example: ``'\r\t'``
324324
delimiter : str, default ``None``
325-
Alternative argument name for sep."""
325+
Alternative argument name for sep.
326+
.. deprecated:: 0.23.4
327+
Use sep argument instead.
328+
"""
326329

327330
_read_csv_doc = """
328331
Read CSV (comma-separated) file into DataFrame

0 commit comments

Comments
 (0)