Doc cleanup from wiredfool

This commit is contained in:
Andrew Murray 2015-05-11 00:16:35 +10:00
parent 1b98b76bcf
commit 29a3de6ccc

View File

@ -1068,7 +1068,8 @@ class OleFileIO(object):
OLE container object
This class encapsulates the interface to an OLE 2 structured
storage file. Use the listdir and openstream methods to
storage file. Use the :py:meth:`~PIL.OleFileIO.OleFileIO.listdir` and
:py:meth:`~PIL.OleFileIO.OleFileIO.openstream` methods to
access the contents of this file.
Object names are given as a list of strings, one for each subentry
@ -2037,7 +2038,7 @@ class OleFileIO(object):
:param filename: path of stream in storage tree (see openstream for syntax)
:param convert_time: bool, if True timestamps will be converted to Python datetime
:param no_conversion: None or list of int, timestamps not to be converted
(for example total editing time is not a real timestamp)
(for example total editing time is not a real timestamp)
:returns: a dictionary of values indexed by id (integer)
"""