Skip to content

Commit c09a411

Browse files
committed
adjust for comments
1 parent b59e640 commit c09a411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1338,8 +1338,8 @@ def factorize(self, sort=False, na_sentinel=-1):
13381338
13391339
Parameters
13401340
----------
1341-
value : scalar or array_like
1342-
Value(s) to insert into `self`.t
1341+
value : array_like
1342+
Values to insert into `self`.
13431343
side : {'left', 'right'}, optional
13441344
If 'left', the index of the first suitable location found is given.
13451345
If 'right', return the last such index. If there is no suitable
@@ -1350,7 +1350,7 @@ def factorize(self, sort=False, na_sentinel=-1):
13501350
13511351
Returns
13521352
-------
1353-
int or array of ints
1353+
int or array of int
13541354
A scalar or array of insertion points with the
13551355
same shape as `value`.
13561356

0 commit comments

Comments
 (0)