decalage2 / olefile

olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
http://www.decalage.info/olefile
Other
225 stars 76 forks source link

doc - fix typo for getctime and getmtime #33

Closed decalage2 closed 7 years ago

decalage2 commented 8 years ago

Reported by luocaodan:

See http://pillow.readthedocs.io/en/latest/reference/OleFileIO.html

In the reference of OleFileIO, the documentation says "get_ctime(path) and get_mtime(path) return the creation and modification timestamps of a stream/storage", but when I tried to use the functions on my Windows(Python 3.5.2), an AttributeError was raised. So I checked the attributes of this instance and got true names of the functions are getctime and getmtime. Please check the documentation.