Skip to content

Commit 39cc859

Browse files
DOC: fix SA01 for pandas.show_versions (#58889)
1 parent 8643b2f commit 39cc859

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
485485
-i "pandas.read_spss SA01" \
486486
-i "pandas.reset_option SA01" \
487487
-i "pandas.set_eng_float_format RT03,SA01" \
488-
-i "pandas.show_versions SA01" \
489488
-i "pandas.testing.assert_extension_array_equal SA01" \
490489
-i "pandas.tseries.offsets.BDay PR02,SA01" \
491490
-i "pandas.tseries.offsets.BQuarterBegin PR02" \

pandas/util/_print_versions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ def show_versions(as_json: str | bool = False) -> None:
115115
Info will be written to that file in JSON format.
116116
* If True, outputs info in JSON format to the console.
117117
118+
See Also
119+
--------
120+
get_option : Retrieve the value of the specified option.
121+
set_option : Set the value of the specified option or options.
122+
118123
Examples
119124
--------
120125
>>> pd.show_versions() # doctest: +SKIP

0 commit comments

Comments
 (0)