We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08c702 commit f08e579Copy full SHA for f08e579
pandas/core/reshape/tile.py
@@ -113,7 +113,7 @@ def cut(
113
An array-like object representing the respective bin for each value
114
of `x`. The type depends on the value of `labels`.
115
116
- * True (default) : returns a Series for Series `x` or a
+ * None (default) : returns a Series for Series `x` or a
117
Categorical for all other inputs. The values stored within
118
are Interval dtype.
119
0 commit comments