Highlight function [ci skip]

This commit is contained in:
Andrew Murray 2019-05-08 12:54:12 +10:00
parent f9f235ac2e
commit 110dd6236f

View File

@ -5,8 +5,8 @@
========================== ==========================
The :py:mod:`ImageMath` module can be used to evaluate “image expressions”. The The :py:mod:`ImageMath` module can be used to evaluate “image expressions”. The
module provides a single eval function, which takes an expression string and module provides a single :py:meth:`~PIL.ImageMath.eval` function, which takes
one or more images. an expression string and one or more images.
Example: Using the :py:mod:`~PIL.ImageMath` module Example: Using the :py:mod:`~PIL.ImageMath` module
-------------------------------------------------- --------------------------------------------------