Skip to content

Commit 5b38f8d

Browse files
committed
fix errors II
1 parent 6c7476d commit 5b38f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ will be the names of the transforming functions.
11121112

11131113
.. ipython:: python
11141114
1115-
tsdf.transform([np.abs, lambda x: x + 1])
1115+
tsdf.transform([np.abs, lambda x: x + 1], series_ops_only=True)
11161116
11171117
Passing multiple functions to a Series will yield a DataFrame. The
11181118
resulting column names will be the transforming functions.

0 commit comments

Comments
 (0)