From de1257117354eefa2a6a22b89a6ebb432e950b99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 03:02:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 57c2fa7cf..3d1a639c6 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2695,7 +2695,7 @@ class Image: def dhash(self) -> str: """ - Calculate the dHash value of the picture. + Calculate the dHash value of the picture. DHash value can be used to quickly determine the similarity of two pictures. """ difference = self._difference(self)