summaryrefslogtreecommitdiff
path: root/Doc/library/tracemalloc.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2015-06-14 17:35:37 -0700
committerSenthil Kumaran <senthil@uthcode.com>2015-06-14 17:35:37 -0700
commitb4760efbadb1a780719bb62398949d5d6ef0605e (patch)
treed90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/tracemalloc.rst
parent1c90670bc2eaf55517b85d99d206d328a714b828 (diff)
downloadcpython-git-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.gz
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
Diffstat (limited to 'Doc/library/tracemalloc.rst')
-rw-r--r--Doc/library/tracemalloc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst
index 552e84b4e0..a04a432716 100644
--- a/Doc/library/tracemalloc.rst
+++ b/Doc/library/tracemalloc.rst
@@ -350,7 +350,7 @@ Functions
the *nframe* parameter of the :func:`start` function to store more frames.
The :mod:`tracemalloc` module must be tracing memory allocations to take a
- snapshot, see the the :func:`start` function.
+ snapshot, see the :func:`start` function.
See also the :func:`get_object_traceback` function.