Skip to content

Commit e4f6270

Browse files
DOC: fix ES01 for pandas.reset_option (#60834)
1 parent a68048e commit e4f6270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/_config/config.py

+5
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ def reset_option(pat: str) -> None:
321321
"""
322322
Reset one or more options to their default value.
323323
324+
This method resets the specified pandas option(s) back to their default
325+
values. It allows partial string matching for convenience, but users should
326+
exercise caution to avoid unintended resets due to changes in option names
327+
in future versions.
328+
324329
Parameters
325330
----------
326331
pat : str/regex

0 commit comments

Comments
 (0)