Skip to content

Commit 32b695f

Browse files
authored
Merge pull request #360 from cclauss/patch-1
Fix typos: Relevant arguments
2 parents e3c3683 + b4d070a commit 32b695f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memory_profiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def memory_usage(proc=-1, interval=.1, timeout=None, timestamps=False,
317317
https://psutil.readthedocs.io/en/latest/index.html?highlight=memory_info#psutil.Process.memory_full_info
318318
319319
max_iterations : int
320-
Limits the number of iterations (calls to the process being monitored). Relevent
320+
Limits the number of iterations (calls to the process being monitored). Relevant
321321
when the process is a python function.
322322
323323
Returns
@@ -1329,7 +1329,7 @@ def flush(self):
13291329
help='backend using for getting memory info '
13301330
'(one of the {tracemalloc, psutil, posix, psutil_pss, psutil_uss, posix})')
13311331
parser.add_argument("program", nargs=REMAINDER,
1332-
help='python script or module followed by command line arguements to run')
1332+
help='python script or module followed by command line arguments to run')
13331333
args = parser.parse_args()
13341334

13351335
if len(args.program) == 0:

0 commit comments

Comments
 (0)