Skip to content

Commit ae7916c

Browse files
authored
Improving ambiguous doc string (#45119)
1 parent ecb599f commit ae7916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/reshape.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def explode(ndarray[object] values):
8787
8888
Parameters
8989
----------
90-
values : object ndarray
90+
values : ndarray[object]
9191
9292
Returns
9393
-------

0 commit comments

Comments
 (0)