File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
440
440
-i " pandas.errors.UnsortedIndexError SA01" \
441
441
-i " pandas.errors.UnsupportedFunctionCall SA01" \
442
442
-i " pandas.errors.ValueLabelTypeMismatch SA01" \
443
- -i " pandas.get_option SA01" \
444
443
-i " pandas.infer_freq SA01" \
445
444
-i " pandas.interval_range RT03" \
446
445
-i " pandas.io.formats.style.Styler.apply RT03" \
Original file line number Diff line number Diff line change @@ -157,6 +157,12 @@ def get_option(pat: str) -> Any:
157
157
------
158
158
OptionError : if no such option exists
159
159
160
+ See Also
161
+ --------
162
+ set_option : Set the value of the specified option or options.
163
+ reset_option : Reset one or more options to their default value.
164
+ describe_option : Print the description for one or more registered options.
165
+
160
166
Notes
161
167
-----
162
168
For all available options, please view the :ref:`User Guide <options.available>`
You can’t perform that action at this time.
0 commit comments