Skip to content

Commit

Permalink
Merge pull request #7933 from jbjd/fix_ImageMath.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 2, 2024
2 parents dc3ea89 + b37279a commit 7f9a174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/ImageMath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example: Using the :py:mod:`~PIL.ImageMath` module
b=im2
)

.. py:function:: lambda_eval(expression, environment)
.. py:function:: lambda_eval(expression, options)
Returns the result of an image function.

Expand All @@ -44,7 +44,7 @@ Example: Using the :py:mod:`~PIL.ImageMath` module
:return: An image, an integer value, a floating point value,
or a pixel tuple, depending on the expression.

.. py:function:: unsafe_eval(expression, environment)
.. py:function:: unsafe_eval(expression, options)
Evaluates an image expression.

Expand Down

0 comments on commit 7f9a174

Please sign in to comment.