Skip to content

Commit f08e579

Browse files
authored
Fix mistake in cut() docstring (#43601)
1 parent f08c702 commit f08e579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def cut(
113113
An array-like object representing the respective bin for each value
114114
of `x`. The type depends on the value of `labels`.
115115
116-
* True (default) : returns a Series for Series `x` or a
116+
* None (default) : returns a Series for Series `x` or a
117117
Categorical for all other inputs. The values stored within
118118
are Interval dtype.
119119

0 commit comments

Comments
 (0)