Skip to content

Commit d67055f

Browse files
DOC: fix ES01 for pandas.get_option (#60868)
1 parent 3979e95 commit d67055f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/_config/config.py

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ def get_option(pat: str) -> Any:
141141
"""
142142
Retrieve the value of the specified option.
143143
144+
This method allows users to query the current value of a given option
145+
in the pandas configuration system. Options control various display,
146+
performance, and behavior-related settings within pandas.
147+
144148
Parameters
145149
----------
146150
pat : str

0 commit comments

Comments
 (0)