We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas.util._decorators.doc
1 parent c2ef58e commit bcee6d6Copy full SHA for bcee6d6
pandas/util/_decorators.py
@@ -339,8 +339,8 @@ def wrapper(*args, **kwargs):
339
340
def doc(*docstrings: None | str | Callable, **params) -> Callable[[F], F]:
341
"""
342
- A decorator take docstring templates, concatenate them and perform string
343
- substitution on it.
+ A decorator to take docstring templates, concatenate them and perform string
+ substitution on them.
344
345
This decorator will add a variable "_docstring_components" to the wrapped
346
callable to keep track the original docstring template for potential usage.
0 commit comments