File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
483
483
-i " pandas.qcut PR07,SA01" \
484
484
-i " pandas.read_orc SA01" \
485
485
-i " pandas.read_spss SA01" \
486
- -i " pandas.reset_option SA01" \
487
486
-i " pandas.set_eng_float_format RT03,SA01" \
488
487
-i " pandas.testing.assert_extension_array_equal SA01" \
489
488
-i " pandas.tseries.offsets.BDay PR02,SA01" \
Original file line number Diff line number Diff line change @@ -323,6 +323,12 @@ def reset_option(pat: str) -> None:
323
323
None
324
324
No return value.
325
325
326
+ See Also
327
+ --------
328
+ get_option : Retrieve the value of the specified option.
329
+ set_option : Set the value of the specified option or options.
330
+ describe_option : Print the description for one or more registered options.
331
+
326
332
Notes
327
333
-----
328
334
For all available options, please view the
You can’t perform that action at this time.
0 commit comments