From d0928311c4c422c78c3094eb71cd69718f6e4dd0 Mon Sep 17 00:00:00 2001 From: Tuhin Sharma Date: Thu, 6 Feb 2025 23:55:10 +0530 Subject: [PATCH] DOC: fix ES01 for pandas.get_option --- pandas/_config/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandas/_config/config.py b/pandas/_config/config.py index 0d06e6fa8e96c..8d1f61178830f 100644 --- a/pandas/_config/config.py +++ b/pandas/_config/config.py @@ -141,6 +141,10 @@ def get_option(pat: str) -> Any: """ Retrieve the value of the specified option. + This method allows users to query the current value of a given option + in the pandas configuration system. Options control various display, + performance, and behavior-related settings within pandas. + Parameters ---------- pat : str