Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg authored and radarhere committed Nov 26, 2019
1 parent 63ccbc0 commit d253a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PIL/ImageChops.py
Expand Up @@ -141,7 +141,7 @@ def screen(image1, image2):

def softlight(image1, image2):
"""
Superimposes two images on top of each other using the Soft Light algorithm
Superimposes two images on top of each other using the Soft Light algorithm
:rtype: :py:class:`~PIL.Image.Image`
"""
Expand All @@ -153,7 +153,7 @@ def softlight(image1, image2):

def hardlight(image1, image2):
"""
Superimposes two images on top of each other using the Hard Light algorithm
Superimposes two images on top of each other using the Hard Light algorithm
:rtype: :py:class:`~PIL.Image.Image`
"""
Expand All @@ -165,7 +165,7 @@ def hardlight(image1, image2):

def overlay(image1, image2):
"""
Superimposes two images on top of each other using the Overlay algorithm
Superimposes two images on top of each other using the Overlay algorithm
:rtype: :py:class:`~PIL.Image.Image`
"""
Expand Down

0 comments on commit d253a97

Please sign in to comment.