Skip to content

Commit f7c74ea

Browse files
committed
Fixup
1 parent bdc9c1c commit f7c74ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7272
-i "pandas.Series.dt PR01" `# Accessors are implemented as classes, but we do not document the Parameters section` \
7373
-i "pandas.Period.freq GL08" \
7474
-i "pandas.Period.ordinal GL08" \
75-
-i "pandas.erros.ChainedAssignmentError SA01" \
75+
-i "pandas.errors.ChainedAssignmentError SA01" \
7676
-i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
7777
-i "pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
7878
-i "pandas.api.typing.DataFrameGroupBy.plot PR02" \

0 commit comments

Comments
 (0)