Skip to content

Commit 2b60828

Browse files
authored
Warn: add space (#54075)
1 parent b4929f8 commit 2b60828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/apply.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ def curried(x):
12841284

12851285
if len(mapped) and isinstance(mapped[0], ABCSeries):
12861286
warnings.warn(
1287-
"Returning a DataFrame from Series.apply when the supplied function"
1287+
"Returning a DataFrame from Series.apply when the supplied function "
12881288
"returns a Series is deprecated and will be removed in a future "
12891289
"version.",
12901290
FutureWarning,

0 commit comments

Comments
 (0)