Skip to content

Commit 88ca968

Browse files
authored
MAINT: instread --> instead
Follow-up to gh-24648
1 parent dc91f4c commit 88ca968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
149149
RET=$(($RET + $?)) ; echo $MSG "DONE"
150150

151151
# Check for the following code in testing: `unittest.mock`, `mock.Mock()` or `mock.patch`
152-
MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instread)' ; echo $MSG
152+
MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instead)' ; echo $MSG
153153
invgrep -r -E --include '*.py' '(unittest(\.| import )mock|mock\.Mock\(\)|mock\.patch)' pandas/tests/
154154
RET=$(($RET + $?)) ; echo $MSG "DONE"
155155

0 commit comments

Comments
 (0)