From 49433bb5f192ec4bb1f00163d296a3bffd8a788c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 17 Feb 2024 21:38:25 +0100 Subject: [PATCH] docs: Fix typo in `memory.rst` The phrase "the following" is erroneously duplicated. --- docs/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/memory.rst b/docs/memory.rst index d7d066aef3..55ebc286ef 100644 --- a/docs/memory.rst +++ b/docs/memory.rst @@ -54,7 +54,7 @@ For instance, consider this code: :: time.sleep(1) If you run ``memray`` against this code and generate a flamegraph, you will see -the following the following plot: +the following plot: .. image:: _static/images/rss_vs_heap.png