Skip to content

Commit 54d2058

Browse files
chaarviiasishm
andauthored
Update pandas/core/reshape/tile.py
Co-authored-by: Asish Mahapatra <[email protected]>
1 parent 6d7bcac commit 54d2058

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
@@ -142,7 +142,7 @@ def cut(
142142
fixed set of values.
143143
Series : One-dimensional array with axis labels (including time series).
144144
IntervalIndex : Immutable Index implementing an ordered, sliceable set.
145-
np.histogram_bin_edges: Function to calculate only the edges of the bins
145+
numpy.histogram_bin_edges: Function to calculate only the edges of the bins
146146
used by the histogram function.
147147
148148
Notes

0 commit comments

Comments
 (0)