Skip to content

Commit 8fcf398

Browse files
committed
Generalize What's New entry
#17206 (review)
1 parent e3d4d9a commit 8fcf398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Other Enhancements
126126
- :func:`date_range` now accepts 'Y' in addition to 'A' as an alias for end of year (:issue:`9313`)
127127
- Integration with `Apache Parquet <https://parquet.apache.org/>`__, including a new top-level :func:`read_parquet` and :func:`DataFrame.to_parquet` method, see :ref:`here <io.parquet>`.
128128
- :func:`DataFrame.add_prefix` and :func:`DataFrame.add_suffix` now accept strings containing the '%' character. (:issue:`17151`)
129-
- :func:`read_csv` can now infer compression from non-string paths, such as a ``pathlib.Path`` objects (:issue:`17206`).
129+
- `read_*` methods can now infer compression from non-string paths, such as a ``pathlib.Path`` objects (:issue:`17206`).
130130

131131
.. _whatsnew_0210.api_breaking:
132132

0 commit comments

Comments
 (0)