summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 (GMT)
commit84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch)
tree20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/shutil.rst
parentf26441609310c12826fe4b5bc896aafafa268763 (diff)
parentd21e0b52f1421e253ecdc583faf5743133cac605 (diff)
downloadcpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.zip
cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz
cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.bz2
Issue #25161: Merge full stops from 3.4 into 3.5
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 3b467e0..bf221bf 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -497,7 +497,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: