summaryrefslogtreecommitdiff
path: root/Doc/library/shutil.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
commit2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d (patch)
tree151d2a631960864b959f4297acc7bcbf90303e44 /Doc/library/shutil.rst
parente013b9445b6f9caab1eb30b7785e3690d1bab4df (diff)
downloadcpython-2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d.tar.gz
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/shutil.rst')
-rw-r--r--Doc/library/shutil.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 04afe928c8..2606feddf4 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -461,7 +461,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
.. function:: get_archive_formats()
Return a list of supported formats for archiving.
- Each element of the returned sequence is a tuple ``(name, description)``
+ Each element of the returned sequence is a tuple ``(name, description)``.
By default :mod:`shutil` provides these formats: