mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fixed typo
This commit is contained in:
parent
29a3de6ccc
commit
cfedc8093c
|
@ -1384,7 +1384,7 @@ class OleFileIO(object):
|
|||
|
||||
# Load file allocation tables
|
||||
self.loadfat(header)
|
||||
# Load direcory. This sets both the direntries list (ordered by sid)
|
||||
# Load directory. This sets both the direntries list (ordered by sid)
|
||||
# and the root (ordered by hierarchy) members.
|
||||
self.loaddirectory(self.sectDirStart)#i32(header, 48))
|
||||
self.ministream = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user