Docs formatting

This commit is contained in:
wiredfool 2015-12-30 13:52:13 -08:00
parent a9d1cda126
commit 36c48150ea

View File

@ -479,7 +479,7 @@ The :py:meth:`~PIL.Image.Image.open` method sets the following
The :py:attr:`~PIL.Image.Image.tag_v2` attribute contains a dictionary The :py:attr:`~PIL.Image.Image.tag_v2` attribute contains a dictionary
of TIFF metadata. The keys are numerical indexes from of TIFF metadata. The keys are numerical indexes from
`~PIL.TiffTags.TAGS_V2`. Values are strings or numbers for single :py:attr:`~PIL.TiffTags.TAGS_V2`. Values are strings or numbers for single
items, multiple values are returned in a tuple of values. Rational items, multiple values are returned in a tuple of values. Rational
numbers are returned as a :py:class:`~PIL.TiffImagePlugin.IFDRational` numbers are returned as a :py:class:`~PIL.TiffImagePlugin.IFDRational`
object. object.