Skip to content

Commit 96d5d09

Browse files
committed
doc comments
1 parent 7a2cb6a commit 96d5d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ExtensionType Changes
126126

127127
- ``ExtensionArray`` has gained the abstract methods ``.dropna()`` and ``.append()`` (:issue:`21185`)
128128
- ``ExtensionDtype`` has gained the ability to instantiate from string dtypes, e.g. ``decimal`` would instantiate a registered ``DecimalDtype``; furthermore
129-
the dtype has gained the ``construct_array_type`` (:issue:`21185`)
129+
the ``ExtensionDtype`` has gained the method ``construct_array_type`` (:issue:`21185`)
130130
- The ``ExtensionArray`` constructor, ``_from_sequence`` now take the keyword arg ``copy=False`` (:issue:`21185`)
131131
- :meth:`Series.combine()` works correctly with :class:`~pandas.api.extensions.ExtensionArray` inside of :class:`Series` (:issue:`20825`)
132132
- :meth:`Series.combine()` with scalar argument now works for any function type (:issue:`21248`)
@@ -164,7 +164,7 @@ Current Behavior:
164164
OverflowError: Trying to coerce negative values to unsigned integers
165165

166166
- :class:`DatetimeIndex` now accepts :class:`Int64Index` arguments as epoch timestamps (:issue:`20997`)
167-
- Invalid consruction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
167+
- Invalid construction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
168168
-
169169
-
170170

0 commit comments

Comments
 (0)