Skip to content

Commit

Permalink
Merge pull request numba#8606 from dlee992/da/fix_doc
Browse files Browse the repository at this point in the history
[Doc] Make the RewriteArrayExprs doc more precise
  • Loading branch information
sklam authored Nov 21, 2022
2 parents 09c2c05 + c91fa70 commit 3e96339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer/rewrites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lowering array expressions,
:func:`~numba.npyufunc.array_exprs._lower_array_expr`. The overall
optimization process is as follows:

* :func:`RewriteArrayExprs.match`: The rewrite pass looks for two or
* :func:`RewriteArrayExprs.match`: The rewrite pass looks for one or
more array operations that form an array expression.

* :func:`RewriteArrayExprs.apply`: Once an array expression is found,
Expand Down

0 comments on commit 3e96339

Please sign in to comment.