Skip to content

Commit 72261b9

Browse files
Update doc/source/whatsnew/v1.2.0.rst
Co-authored-by: William Ayd <[email protected]>
1 parent e88ff15 commit 72261b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ I/O
507507
- Bug in :class:`HDFStore` was dropping timezone information when exporting :class:`Series` with ``datetime64[ns, tz]`` dtypes with a fixed HDF5 store (:issue:`20594`)
508508
- :func:`read_csv` was closing user-provided binary file handles when ``engine="c"`` and an ``encoding`` was requested (:issue:`36980`)
509509
- Bug in :meth:`DataFrame.to_hdf` was not dropping missing rows with ``dropna=True`` (:issue:`35719`)
510-
- Bug in :func:`read_html` caused a ``TypeError`` when parsing ``pathlib.Path`` as html path since it was not converted to string (:issue:`37705`)
510+
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
511511

512512
Plotting
513513
^^^^^^^^

0 commit comments

Comments
 (0)