Skip to content

Commit 7fec365

Browse files
DOC: add double backticks for sphinx compatibility
Co-authored-by: rhshadrach <[email protected]>
1 parent b0f772c commit 7fec365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def hist(
26952695
Returns
26962696
-------
26972697
matplotlib.Axes or numpy.ndarray
2698-
A `matplotlib.Axes` object or an array of `Axes` objects, depending on
2698+
A ``matplotlib.Axes`` object or an array of ``Axes`` objects, depending on
26992699
the layout and grouping.
27002700
27012701
See Also

0 commit comments

Comments
 (0)