From 00c542dc0b620f6bcf751d427a17ff78e1a026f5 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Sat, 12 Jan 2019 13:53:43 -0600 Subject: [PATCH] DOC: Use backticks instead of quotes --- doc/source/whatsnew/v0.24.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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