Skip to content

Commit a0e758e

Browse files
committed
Final docstring tweak
1 parent 51b21ac commit a0e758e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/formats/style.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ class MyStyler(cls):
12241224

12251225
def pipe(self, func, *args, **kwargs):
12261226
"""
1227-
Apply ``func(self, \*args, \*\*kwargs)``, and return the result.
1227+
Apply ``func(self, *args, **kwargs)``, and return the result.
12281228
12291229
.. versionadded:: 0.24.0
12301230
@@ -1254,7 +1254,7 @@ def pipe(self, func, *args, **kwargs):
12541254
12551255
Notes
12561256
-----
1257-
Like :meth:`pandas.DataFrame.pipe`, this method can simplify the
1257+
Like :meth:`DataFrame.pipe`, this method can simplify the
12581258
application of several user-defined functions to a styler. Instead
12591259
of writing:
12601260

0 commit comments

Comments
 (0)