File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
488
488
-i " pandas.read_spss SA01" \
489
489
-i " pandas.reset_option SA01" \
490
490
-i " pandas.set_eng_float_format RT03,SA01" \
491
- -i " pandas.set_option SA01" \
492
491
-i " pandas.show_versions SA01" \
493
492
-i " pandas.testing.assert_extension_array_equal SA01" \
494
493
-i " pandas.testing.assert_series_equal PR07,SA01" \
Original file line number Diff line number Diff line change @@ -211,6 +211,14 @@ def set_option(*args) -> None:
211
211
TypeError if keyword arguments are provided
212
212
OptionError if no such option exists
213
213
214
+ See Also
215
+ --------
216
+ get_option : Retrieve the value of the specified option.
217
+ reset_option : Reset one or more options to their default value.
218
+ describe_option : Print the description for one or more registered options.
219
+ option_context : Context manager to temporarily set options in a ``with``
220
+ statement.
221
+
214
222
Notes
215
223
-----
216
224
For all available options, please view the :ref:`User Guide <options.available>`
You can’t perform that action at this time.
0 commit comments