Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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