diff --git a/src/PIL/Image.py b/src/PIL/Image.py index bf75ad09621..4461e0d5036 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -355,7 +355,7 @@ def init(): if _initialized >= 2: return 0 - parrent_module = __name__.replace('.Image', '') + parrent_module = __name__.replace(".Image", "") for plugin in _plugins: try: logger.debug("Importing %s", plugin)