summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:36:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 15:36:51 (GMT)
commit7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch)
treee89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/library/zipfile.rst
parent3f561b791165c53f755e6aa35c7c10b48285eaae (diff)
parent4adf01caae967cc2962ba69b1a193875b84cfa4e (diff)
downloadcpython-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.rst2
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 ``/``.