Skip to content

Commit

Permalink
Merge pull request #6143 from radarhere/period
Browse files Browse the repository at this point in the history
Removed period before colon
  • Loading branch information
hugovk committed Mar 19, 2022
2 parents 625d7ac + be9ee98 commit 15dc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15dc291

Please sign in to comment.