Fixed issue number · AnkurDedania/pandas@2ab85cb (original) (raw)

Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ Deprecations
486 486 - ``DataFrame.astype()`` has deprecated the ``raise_on_error`` parameter in favor of ``errors`` (:issue:`14878`)
487 487 - ``Series.sortlevel`` and ``DataFrame.sortlevel`` have been deprecated in favor of ``Series.sort_index`` and ``DataFrame.sort_index`` (:issue:`15099`)
488 488 - 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`)
490 490 .. _whatsnew_0200.prior_deprecations:
491 491
492 492 Removal of prior version deprecations/changes