Skip to content

Commit 463c0bd

Browse files
committed
issue note
1 parent ed56aa3 commit 463c0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ ExtensionType Changes
497497
Pandas now requires that extension dtypes be hashable. The base class implements
498498
a default ``__eq__`` and ``__hash__``. If you have a parametrized dtype, you should
499499
update the ``ExtensionDtype._metadata`` tuple to match the signature of your
500-
``__init__`` method. See :class:`pandas.api.extensions.ExtensionDtype` for more.
500+
``__init__`` method. See :class:`pandas.api.extensions.ExtensionDtype` for more (:issue:`22476`).
501501

502502
**Other changes**
503503

0 commit comments

Comments
 (0)