From 29a3de6ccc36eba8678dbc45176db7262cde8825 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 11 May 2015 00:16:35 +1000 Subject: [PATCH] Doc cleanup from wiredfool --- PIL/OleFileIO.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py index 877599add..f51ac4bc0 100755 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -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) """