Skip to content

Commit 85c93d0

Browse files
DOC: fix SA01 for pandas.errors.OptionError (#60031)
1 parent e3a3a4a commit 85c93d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
136136
-i "pandas.errors.NullFrequencyError SA01" \
137137
-i "pandas.errors.NumExprClobberingError SA01" \
138138
-i "pandas.errors.NumbaUtilError SA01" \
139-
-i "pandas.errors.OptionError SA01" \
140139
-i "pandas.errors.OutOfBoundsTimedelta SA01" \
141140
-i "pandas.errors.PerformanceWarning SA01" \
142141
-i "pandas.errors.PossibleDataLossError SA01" \

pandas/_config/config.py

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ class OptionError(AttributeError, KeyError):
105105
106106
Backwards compatible with KeyError checks.
107107
108+
See Also
109+
--------
110+
options : Access and modify global pandas settings.
111+
108112
Examples
109113
--------
110114
>>> pd.options.context

0 commit comments

Comments
 (0)