Skip to content

Commit

Permalink
fix: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Oct 8, 2024
1 parent 83b4a8e commit 5b806a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phomo/palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def equalize(self):
return self.__class__(matched_image.reshape(out_shape))

def match(self, other: "Palette"):
"""Match the colour distribution of the `Master` to the distribution of the
`Pool` using the colour transfer algorithm.
"""Match the colour distribution of this object to the colour distribution of the
`other` using the Reinhard colour transfer algorithm.
See:
https://api.semanticscholar.org/CorpusID:14088925
Expand Down

0 comments on commit 5b806a7

Please sign in to comment.