Skip to content

Commit

Permalink
docs: fix simple typo, repeadetly -> repeatedly (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored Jul 13, 2022
1 parent d4eea1f commit 04e7aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def _check_fds(self, fun):

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()
Expand Down

0 comments on commit 04e7aa6

Please sign in to comment.