We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e0587 commit ccda800Copy full SHA for ccda800
arraycontext/container/arithmetic.py
@@ -145,7 +145,7 @@ def with_container_arithmetic(
145
(with the container as the 'outer' structure).
146
:arg bcast_actx_array_type: If *True*, instances of base array types of the
147
container's array context are broadcasted over the container. Can be
148
- *True* iff the container has *_cls_has_array_context_attr* set.
+ *True* only if the container has *_cls_has_array_context_attr* set.
149
Defaulted to *bcast_number* if *_cls_has_array_context_attr* is set,
150
else *False*.
151
:arg bcast_obj_array: If *True*, :mod:`numpy` object arrays broadcast over
0 commit comments