Skip to content

Commit 00852df

Browse files
committed
📝 fix whatsnew entry formatting so it passes CI
1 parent 3dac8b8 commit 00852df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ ExtensionArray
158158

159159
Other
160160
^^^^^
161-
- Appending a dictionary to a :class:`DataFrame` without passing ``ignore_index=True`` will raise ``TypeError: Can only append a dict if ignore_index=True``
162-
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue`30871`)
161+
- Appending a dictionary to a :class:`DataFrame` without passing ``ignore_index=True`` will raise ``TypeError``
162+
mentioning dictionary instead of Series (:issue`30871`)
163163
-
164164

165165
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)