diff --git a/pandas/core/reshape/melt.py b/pandas/core/reshape/melt.py index 3c4c42886b396..f49aaee8bbc00 100644 --- a/pandas/core/reshape/melt.py +++ b/pandas/core/reshape/melt.py @@ -42,7 +42,7 @@ def melt( if value_name in frame.columns: warnings.warn( "This dataframe has a column name that matches the 'value_name' column " - "name of the resultiing Dataframe. " + "name of the resulting Dataframe. " "In the future this will raise an error, please set the 'value_name' " "parameter of DataFrame.melt to a unique name.", FutureWarning,