We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffec6c commit c484f49Copy full SHA for c484f49
doc/source/whatsnew/v0.22.0.txt
@@ -35,7 +35,7 @@ Other Enhancements
35
Backwards incompatible API changes
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38
-- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``KeyError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
+- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``ValueError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
39
-
40
41
0 commit comments