diff --git a/python/cudf/cudf/core/indexed_frame.py b/python/cudf/cudf/core/indexed_frame.py index a962ff5c0ab..602fa8a31b3 100644 --- a/python/cudf/cudf/core/indexed_frame.py +++ b/python/cudf/cudf/core/indexed_frame.py @@ -2326,8 +2326,8 @@ def _append( self, other, ignore_index=False, verify_integrity=False, sort=None ): warnings.warn( - "append is deprecated and will be removed in a future version. " - "Use concat instead.", + "The append method is deprecated and will be removed in a future " + "version. Use cudf.concat instead.", FutureWarning, ) if verify_integrity not in (None, False):