Skip to content

Commit 40c63d8

Browse files
authored
Remove extra space in resample freq deprecation (#59251)
Remove extra space in resample freq deprecation
1 parent d207d52 commit 40c63d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4894,7 +4894,7 @@ cpdef to_offset(freq, bint is_period=False):
48944894
f"\'{name}\' is deprecated and will be removed "
48954895
f"in a future version, please use "
48964896
f"\'{c_PERIOD_AND_OFFSET_DEPR_FREQSTR.get(name)}\' "
4897-
f" instead.",
4897+
f"instead.",
48984898
FutureWarning,
48994899
stacklevel=find_stack_level(),
49004900
)

0 commit comments

Comments
 (0)