Skip to content

Commit 99983ee

Browse files
committed
fixed
1 parent 87d83ca commit 99983ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/lib.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def is_scalar(val: object) -> bint:
136136
>>> dt = pd.datetime.datetime(2018,10,3)
137137
>>> pd.is_scalar(dt)
138138
True
139+
139140
>>> pd.api.types.is_scalar([2,3])
140141
False
141142

0 commit comments

Comments
 (0)