diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
commit | 7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch) | |
tree | e89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/library/zipfile.rst | |
parent | 3f561b791165c53f755e6aa35c7c10b48285eaae (diff) | |
parent | 4adf01caae967cc2962ba69b1a193875b84cfa4e (diff) | |
download | cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.zip cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.gz cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.bz2 |
Issue #19795: Improved more markups of True/False.
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 ``/``. |