Skip to content

Commit ccda800

Browse files
kaushikcfdalexfikl
andauthored
avoid using iff in the docs
replaced with only if Co-authored-by: Alex Fikl <alexfikl@gmail.com>
1 parent f0e0587 commit ccda800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraycontext/container/arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def with_container_arithmetic(
145145
(with the container as the 'outer' structure).
146146
:arg bcast_actx_array_type: If *True*, instances of base array types of the
147147
container's array context are broadcasted over the container. Can be
148-
*True* iff the container has *_cls_has_array_context_attr* set.
148+
*True* only if the container has *_cls_has_array_context_attr* set.
149149
Defaulted to *bcast_number* if *_cls_has_array_context_attr* is set,
150150
else *False*.
151151
:arg bcast_obj_array: If *True*, :mod:`numpy` object arrays broadcast over

0 commit comments

Comments
 (0)