File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ Catch OSError when checking if destination is sys.stdout
2222========================================================
2323
2424In 8.3.0, a check to see if the destination was ``sys.stdout `` when saving an image was
25- updated. This lead to an OSError being raised if the environment restricted access.
25+ updated. This lead to an :py:exc: `OSError ` being raised if the environment restricted
26+ access.
2627
27- The OSError is now silently caught.
28+ The :py:exc: ` OSError ` is now silently caught.
2829
2930Fixed removing orientation in ImageOps.exif_transpose
3031=====================================================
@@ -34,7 +35,7 @@ original image EXIF data was not modified, and the orientation was only removed
3435the modified copy.
3536
3637However, for certain images the orientation was already missing from the modified
37- image, leading to a KeyError.
38+ image, leading to a :py:exc: ` KeyError ` .
3839
3940This error has been resolved, and the copying of metadata to the modified image
4041improved.
You can’t perform that action at this time.
0 commit comments