diff options
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index bf52fa3..47ba0b5 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -518,7 +518,7 @@ Instances have the following methods and attributes: .. method:: ZipInfo.is_dir() - Return True if this archive member is a directory. + Return ``True`` if this archive member is a directory. This uses the entry's name: directories should always end with ``/``. |