mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
Merge pull request #6143 from radarhere/period
Removed period before colon
This commit is contained in:
commit
15dc291469
|
@ -3138,7 +3138,7 @@ def alpha_composite(im1, im2):
|
|||
def blend(im1, im2, alpha):
|
||||
"""
|
||||
Creates a new image by interpolating between two input images, using
|
||||
a constant alpha.::
|
||||
a constant alpha::
|
||||
|
||||
out = image1 * (1.0 - alpha) + image2 * alpha
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user