diff --git a/doc/source/whatsnew/v0.24.0.rst b/doc/source/whatsnew/v0.24.0.rst index d3d34e6b9ec3e..2a60429629638 100644 --- a/doc/source/whatsnew/v0.24.0.rst +++ b/doc/source/whatsnew/v0.24.0.rst @@ -149,7 +149,7 @@ These dtypes can be merged & reshaped & casted. pd.concat([df[['A']], df[['B', 'C']]], axis=1).dtypes df['A'].astype(float) -Reduction and groupby operations such as 'sum' work. +Reduction and groupby operations such as ``sum`` work. .. ipython:: python