Skip to content

Commit fa1db32

Browse files
committed
spelling: response
Signed-off-by: Josh Soref <[email protected]>
1 parent 6b6e9ba commit fa1db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, responses=None):
6969
def expect(self, call_args, response):
7070
"""Expect invocation of tested method with given arguments.
7171
72-
Stores the canned reponse in the `respond` dictionary.
72+
Stores the canned response in the `respond` dictionary.
7373
"""
7474
call_args = tuple(call_args)
7575
self.expected.append(call_args)

0 commit comments

Comments
 (0)