Skip to content

Commit 88a4170

Browse files
Daniel Saxtonjreback
Daniel Saxton
authored andcommitted
DOC: Use backticks instead of quotes (#24744)
1 parent 8f5c9e3 commit 88a4170

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)