Skip to content

Commit 08184ff

Browse files
AminooZjorisvandenbossche
authored andcommitted
DOC: fix docstring of core.comon.pipe (PR02) (#28449)
1 parent ad9fe5d commit 08184ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/core/common.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,15 @@ def pipe(obj, func, *args, **kwargs):
445445
446446
Parameters
447447
----------
448-
func : callable or tuple of (callable, string)
448+
func : callable or tuple of (callable, str)
449449
Function to apply to this object or, alternatively, a
450450
``(callable, data_keyword)`` tuple where ``data_keyword`` is a
451451
string indicating the keyword of `callable`` that expects the
452452
object.
453-
args : iterable, optional
454-
positional arguments passed into ``func``.
455-
kwargs : dict, optional
456-
a dictionary of keyword arguments passed into ``func``.
453+
*args : iterable, optional
454+
Positional arguments passed into ``func``.
455+
**kwargs : dict, optional
456+
A dictionary of keyword arguments passed into ``func``.
457457
458458
Returns
459459
-------

0 commit comments

Comments
 (0)