diff options
Diffstat (limited to 'Lib/dos-8x3/multifil.py')
-rwxr-xr-x | Lib/dos-8x3/multifil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/multifil.py b/Lib/dos-8x3/multifil.py index 977b92f..cc8f43c 100755 --- a/Lib/dos-8x3/multifil.py +++ b/Lib/dos-8x3/multifil.py @@ -21,7 +21,7 @@ fp.pop() The latter sequence may be used recursively at (A). It is also allowed to use multiple push()...pop() sequences. -If seekable is given as 0, the class code will not do the bookeeping +If seekable is given as 0, the class code will not do the bookkeeping it normally attempts in order to make seeks relative to the beginning of the current file part. This may be useful when using MultiFile with a non- seekable stream object. |