Skip to content

Commit 2ab85cb

Browse files
committed
Fixed issue number
1 parent cb95089 commit 2ab85cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Deprecations
486486
- ``DataFrame.astype()`` has deprecated the ``raise_on_error`` parameter in favor of ``errors`` (:issue:`14878`)
487487
- ``Series.sortlevel`` and ``DataFrame.sortlevel`` have been deprecated in favor of ``Series.sort_index`` and ``DataFrame.sort_index`` (:issue:`15099`)
488488
- importing ``concat`` from ``pandas.tools.merge`` has been deprecated in favor of imports from the ``pandas`` namespace. This should only affect explict imports (:issue:`15358`)
489-
- ``FrozenList.__add__`` has been depricated in favor of ``FrozenList.union`` (:issue: `15506`)
489+
- ``FrozenList.__add__`` has been depricated in favor of ``FrozenList.union`` (:issue: `15475`)
490490
.. _whatsnew_0200.prior_deprecations:
491491

492492
Removal of prior version deprecations/changes

0 commit comments

Comments
 (0)