Skip to content

Commit 3af9255

Browse files
authored
Update _decorators.py
1 parent ef8843e commit 3af9255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/util/_decorators.py

+2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ def wrapper(*args, **kwargs) -> Callable[..., Any]:
8686
wrapper.__doc__ = dedent(
8787
"""
8888
{summary}
89+
8990
.. deprecated:: {depr_version}
9091
{depr_msg}
92+
9193
{rest_of_docstring}"""
9294
).format(
9395
summary=summary.strip(),

0 commit comments

Comments
 (0)