Skip to content

Commit 02c01c8

Browse files
committed
doc comments
1 parent ccee49c commit 02c01c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ExtensionType Changes
7575

7676
- ``ExtensionArray`` has gained the abstract methods ``.dropna()`` and ``.append()`` (:issue:`21185`)
7777
- ``ExtensionDtype`` has gained the ability to instantiate from string dtypes, e.g. ``decimal`` would instantiate a registered ``DecimalDtype``; furthermore
78-
the dtype has gained the ``construct_array_type`` (:issue:`21185`)
78+
the ``ExtensionDtype`` has gained the method ``construct_array_type`` (:issue:`21185`)
7979
- The ``ExtensionArray`` constructor, ``_from_sequence`` now take the keyword arg ``copy=False`` (:issue:`21185`)
8080
- :meth:`Series.combine()` works correctly with :class:`~pandas.api.extensions.ExtensionArray` inside of :class:`Series` (:issue:`20825`)
8181
- :meth:`Series.combine()` with scalar argument now works for any function type (:issue:`21248`)
@@ -87,7 +87,7 @@ Other API Changes
8787
^^^^^^^^^^^^^^^^^
8888

8989
- :class:`DatetimeIndex` now accepts :class:`Int64Index` arguments as epoch timestamps (:issue:`20997`)
90-
- Invalid consruction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
90+
- Invalid construction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
9191
-
9292
-
9393

0 commit comments

Comments
 (0)