summaryrefslogtreecommitdiffstats
path: root/Doc/library/mmap.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2018-03-28 21:14:15 (GMT)
committerGitHub <noreply@github.com>2018-03-28 21:14:15 (GMT)
commit78553138be3b38d361bded8e641a2a4fd65a9d16 (patch)
treef452be37b1d5eba78a5d85a446afcda8005d6d56 /Doc/library/mmap.rst
parentbac2d5ba30339298db7d4caa9c8cd31d807cf081 (diff)
downloadcpython-78553138be3b38d361bded8e641a2a4fd65a9d16.zip
cpython-78553138be3b38d361bded8e641a2a4fd65a9d16.tar.gz
cpython-78553138be3b38d361bded8e641a2a4fd65a9d16.tar.bz2
Fix typos '.::' should typically just be '::'. (GH-6165)
Diffstat (limited to 'Doc/library/mmap.rst')
-rw-r--r--Doc/library/mmap.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mmap.rst b/Doc/library/mmap.rst
index 184119d..ca09a6a 100644
--- a/Doc/library/mmap.rst
+++ b/Doc/library/mmap.rst
@@ -127,7 +127,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
:class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with`
- statement.::
+ statement::
import mmap