Skip to content

Commit 23e4c3a

Browse files
DOC: fix SA01 for pandas.reset_option (#58890)
1 parent 39cc859 commit 23e4c3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
483483
-i "pandas.qcut PR07,SA01" \
484484
-i "pandas.read_orc SA01" \
485485
-i "pandas.read_spss SA01" \
486-
-i "pandas.reset_option SA01" \
487486
-i "pandas.set_eng_float_format RT03,SA01" \
488487
-i "pandas.testing.assert_extension_array_equal SA01" \
489488
-i "pandas.tseries.offsets.BDay PR02,SA01" \

pandas/_config/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ def reset_option(pat: str) -> None:
323323
None
324324
No return value.
325325
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+
326332
Notes
327333
-----
328334
For all available options, please view the

0 commit comments

Comments
 (0)