summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2022-07-14 08:50:58 +1000
committerGitHub <noreply@github.com>2022-07-14 00:50:58 +0200
commit04e7aa604155736cce0abcc15c9b7b63d941b0e9 (patch)
tree6dbf2ac3e7a4f88b034133eaeeb2d255ee84b88b
parentd4eea1f8fc138b39ea78b3bf555c2e0438f2404e (diff)
downloadpsutil-04e7aa604155736cce0abcc15c9b7b63d941b0e9.tar.gz
docs: fix simple typo, repeadetly -> repeatedly (#2123)
-rw-r--r--psutil/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/__init__.py b/psutil/tests/__init__.py
index 878af411..4d514a33 100644
--- a/psutil/tests/__init__.py
+++ b/psutil/tests/__init__.py
@@ -1002,7 +1002,7 @@ class TestMemoryLeak(PsutilTestCase):
def _call_ntimes(self, fun, times):
"""Get 2 distinct memory samples, before and after having
- called fun repeadetly, and return the memory difference.
+ called fun repeatedly, and return the memory difference.
"""
gc.collect(generation=1)
mem1 = self._get_mem()