Skip to content

Commit 6912f6d

Browse files
Update pandas/core/series.py
Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
1 parent f4cbba5 commit 6912f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def ftype(self):
423423
.. deprecated:: 0.25.0
424424
Use :func:`dtype` instead.
425425
"""
426-
warnings.warn("ftype is deprecated and will "
426+
warnings.warn("Series.ftype is deprecated and will "
427427
"be removed in a future version. "
428428
"Use dtype instead.",
429429
FutureWarning, stacklevel=2)

0 commit comments

Comments
 (0)