Skip to content

Commit 891bfe5

Browse files
committed
📝 fix formatting in whatsnew entry
1 parent 3e59b21 commit 891bfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ExtensionArray
162162
Other
163163
^^^^^
164164
- Appending a dictionary to a :class:`DataFrame` without passing ``ignore_index=True`` will raise ``TypeError: Can only append a dict if ignore_index=True``
165-
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue`30871`)
165+
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue:`30871`)
166166
-
167167

168168
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)