Skip to content

Commit

Permalink
DOC: fix ES01 for pandas.reset_option (#60834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 authored Feb 3, 2025
1 parent a68048e commit e4f6270
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/_config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ def reset_option(pat: str) -> None:
"""
Reset one or more options to their default value.
This method resets the specified pandas option(s) back to their default
values. It allows partial string matching for convenience, but users should
exercise caution to avoid unintended resets due to changes in option names
in future versions.
Parameters
----------
pat : str/regex
Expand Down

0 comments on commit e4f6270

Please sign in to comment.