Skip to content

Commit ac8f328

Browse files
authored
Update v1.0.0.rst
1 parent 810c6fd commit ac8f328

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ I/O
808808
- Bug in :func:`read_json` where default encoding was not set to ``utf-8`` (:issue:`29565`)
809809
- Bug in :class:`PythonParser` where str and bytes were being mixed when dealing with the decimal field (:issue:`29650`)
810810
- :meth:`read_gbq` now accepts ``progress_bar_type`` to display progress bar while the data downloads. (:issue:`29857`)
811-
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:'30299')
811+
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:`30163`).
812812

813813
Plotting
814814
^^^^^^^^
@@ -824,7 +824,6 @@ Plotting
824824
- :func:`set_option` now validates that the plot backend provided to ``'plotting.backend'`` implements the backend when the option is set, rather than when a plot is created (:issue:`28163`)
825825
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
826826
- Bug in color validation incorrectly raising for non-color styles (:issue:`29122`).
827-
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:`30163`).
828827

829828
Groupby/resample/rolling
830829
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)