Skip to content

Commit 4e9b7f0

Browse files
committed
doc update
1 parent cc2bfc8 commit 4e9b7f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/extending.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ your ``MyExtensionArray`` class, as follows:
167167
element one-by-one, this might not be as performant as implementing your own
168168
version of the associated operators directly on the ``ExtensionArray``.
169169

170-
This implementation will try to reconstruct a new ``ExtensionArray`` with the
171-
result of the element-wise operation. Whether or not that succeeds depends on
172-
whether the operation returns a result that's valid for the ``ExtensionArray``.
173-
If an ``ExtensionArray`` cannot be reconstructed, a list containing the scalars
174-
returned instead.
170+
For arithmetic operations, this implementation will try to reconstruct a new
171+
``ExtensionArray`` with the result of the element-wise operation. Whether
172+
or not that succeeds depends on whether the operation returns a result
173+
that's valid for the ``ExtensionArray``. If an ``ExtensionArray`` cannot
174+
be reconstructed, an ndarray containing the scalars returned instead.
175175

176176
.. _extending.extension.testing:
177177

0 commit comments

Comments
 (0)