Skip to content

Commit 93d9561

Browse files
DOC: fix SA01 for pandas.option_context (#58897)
1 parent e00e142 commit 93d9561

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
470470
-i "pandas.merge PR07" \
471471
-i "pandas.merge_asof PR07,RT03" \
472472
-i "pandas.merge_ordered PR07" \
473-
-i "pandas.option_context SA01" \
474473
-i "pandas.period_range RT03,SA01" \
475474
-i "pandas.pivot PR07" \
476475
-i "pandas.pivot_table PR07" \

pandas/_config/config.py

+7
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,13 @@ def option_context(*args) -> Generator[None, None, None]:
420420
None
421421
No return value.
422422
423+
See Also
424+
--------
425+
get_option : Retrieve the value of the specified option.
426+
set_option : Set the value of the specified option.
427+
reset_option : Reset one or more options to their default value.
428+
describe_option : Print the description for one or more registered options.
429+
423430
Notes
424431
-----
425432
For all available options, please view the :ref:`User Guide <options.available>`

0 commit comments

Comments
 (0)