Skip to content

Commit 1a657d2

Browse files
committed
revert change to _maybe_upcast_for_op docstring
1 parent 8d99084 commit 1a657d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/ops/array_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def _maybe_upcast_for_op(obj, shape: Shape):
435435
Parameters
436436
----------
437437
obj: object
438-
shape : tuple[int] or int
438+
shape : tuple[int]
439439
440440
Returns
441441
-------

0 commit comments

Comments
 (0)