Skip to content

Commit bb0376c

Browse files
authored
MAINT: parentetes --> parentheses
Follow-up to gh-26323
1 parent c8eedd2 commit bb0376c

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
@@ -148,7 +148,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
148148
invgrep -R --include="*.py" --include="*.pyx" -E "(DEPRECATED|DEPRECATE|Deprecated)(:|,|\.)" pandas
149149
RET=$(($RET + $?)) ; echo $MSG "DONE"
150150

151-
MSG='Check for python2 new-style classes and for for empty parenteses' ; echo $MSG
151+
MSG='Check for python2 new-style classes and for empty parentheses' ; echo $MSG
152152
invgrep -R --include="*.py" --include="*.pyx" -E "class\s\S*\((object)?\):" pandas scripts
153153
RET=$(($RET + $?)) ; echo $MSG "DONE"
154154

0 commit comments

Comments
 (0)