Skip to content

Commit 05140d8

Browse files
Daniel SaxtonPingviinituutti
Daniel Saxton
authored andcommitted
DOC: Use backticks instead of quotes (pandas-dev#24744)
1 parent 2378e95 commit 05140d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ These dtypes can be merged & reshaped & casted.
149149
pd.concat([df[['A']], df[['B', 'C']]], axis=1).dtypes
150150
df['A'].astype(float)
151151
152-
Reduction and groupby operations such as 'sum' work.
152+
Reduction and groupby operations such as ``sum`` work.
153153

154154
.. ipython:: python
155155

0 commit comments

Comments
 (0)