Skip to content

Commit 43f860f

Browse files
authored
Merge pull request #3296 from radarhere/typo
Fixed typos
2 parents 69918dc + 1648676 commit 43f860f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PIL/JpegImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def jpeg_factory(fp=None, filename=None):
793793
return im
794794

795795

796-
# -------------------------------------------------------------------q-
796+
# ---------------------------------------------------------------------
797797
# Registry stuff
798798

799799
Image.register_open(JpegImageFile.format, jpeg_factory, _accept)

src/PIL/MpoImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def tell(self):
8585
return self.__frame
8686

8787

88-
# -------------------------------------------------------------------q-
88+
# ---------------------------------------------------------------------
8989
# Registry stuff
9090

9191
# Note that since MPO shares a factory with JPEG, we do not need to do a

0 commit comments

Comments
 (0)