Skip to content

Commit b0f1561

Browse files
Dr-Irvmroeschke
andauthored
Update whatsnew to reference DataFrame as a class
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent c62461d commit b0f1561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Fixed regressions
2727
Bug fixes
2828
~~~~~~~~~
2929
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
30-
- Fixed bug when instantiating a ``DataFrame`` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:49649)
30+
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
3131
-
3232
.. ---------------------------------------------------------------------------
3333
.. _whatsnew_152.other:

0 commit comments

Comments
 (0)