Skip to content

Commit 8607a93

Browse files
authored
DOC: fix documentation for pandas.Series.transform (#35885)
1 parent e582602 commit 8607a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10703,7 +10703,7 @@ def transform(self, func, *args, **kwargs):
1070310703
1070410704
- function
1070510705
- string function name
10706-
- list of functions and/or function names, e.g. ``[np.exp. 'sqrt']``
10706+
- list of functions and/or function names, e.g. ``[np.exp, 'sqrt']``
1070710707
- dict of axis labels -> functions, function names or list of such.
1070810708
{axis}
1070910709
*args

0 commit comments

Comments
 (0)