Skip to content

Commit

Permalink
Merge pull request #3296 from radarhere/typo
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
hugovk committed Aug 9, 2018
2 parents 69918dc + 1648676 commit 43f860f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PIL/JpegImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def jpeg_factory(fp=None, filename=None):
return im


# -------------------------------------------------------------------q-
# ---------------------------------------------------------------------
# Registry stuff

Image.register_open(JpegImageFile.format, jpeg_factory, _accept)
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/MpoImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def tell(self):
return self.__frame


# -------------------------------------------------------------------q-
# ---------------------------------------------------------------------
# Registry stuff

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

0 comments on commit 43f860f

Please sign in to comment.