Skip to content

Commit e4eae7f

Browse files
chaarviimroeschke
andauthored
Update pandas/core/reshape/tile.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 8caac83 commit e4eae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/tile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def cut(
150150
Any NA values will be NA in the result. Out of bounds values will be NA in
151151
the resulting Series or Categorical object.
152152
153-
np.histogram_bin_edges can be used along with cut to calculate bins according
153+
``numpy.histogram_bin_edges`` can be used along with cut to calculate bins according
154154
to some predefined methods.
155155
156156
Reference :ref:`the user guide <reshaping.tile.cut>` for more examples.

0 commit comments

Comments
 (0)