mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
fix parameter name in ImageMath docs
This commit is contained in:
parent
dc3ea89c33
commit
b37279a29c
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user