Skip to content

Commit a399811

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

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
@@ -438,7 +438,7 @@ def ftypes(self):
438438
.. deprecated:: 0.25.0
439439
Use :func:`dtypes` instead.
440440
"""
441-
warnings.warn("ftypes is deprecated and will "
441+
warnings.warn("Series.ftypes is deprecated and will "
442442
"be removed in a future version. "
443443
"Use Series.dtype instead.",
444444
FutureWarning, stacklevel=2)

0 commit comments

Comments
 (0)