Skip to content

Commit 64a3ad8

Browse files
DOC: fix SA01 for pandas.errors.OptionError
1 parent 2a10e04 commit 64a3ad8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
142142
-i "pandas.errors.NullFrequencyError SA01" \
143143
-i "pandas.errors.NumExprClobberingError SA01" \
144144
-i "pandas.errors.NumbaUtilError SA01" \
145-
-i "pandas.errors.OptionError SA01" \
146145
-i "pandas.errors.OutOfBoundsTimedelta SA01" \
147146
-i "pandas.errors.PerformanceWarning SA01" \
148147
-i "pandas.errors.PossibleDataLossError SA01" \

pandas/_config/config.py

Lines changed: 4 additions & 0 deletions
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)