diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
commit | b4760efbadb1a780719bb62398949d5d6ef0605e (patch) | |
tree | d90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/tracemalloc.rst | |
parent | 1c90670bc2eaf55517b85d99d206d328a714b828 (diff) | |
download | cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.zip cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.gz cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.bz2 |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst index 552e84b..a04a432 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. |