Skip to content

Commit 2545f4a

Browse files
committed
adjust for comments
1 parent b59e640 commit 2545f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ def factorize(self, sort=False, na_sentinel=-1):
13391339
Parameters
13401340
----------
13411341
value : scalar or array_like
1342-
Value(s) to insert into `self`.t
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)