Skip to content

Commit 80a6d68

Browse files
committed
small fix
1 parent fed199c commit 80a6d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5396,7 +5396,7 @@ def _find_common_type_compat(self, target) -> DtypeObj:
53965396

53975397
target_dtype, _ = infer_dtype_from(target, pandas_dtype=True)
53985398

5399-
# special case: if either is uint64 and other dtype is signed int, return object
5399+
# special case: if one dtype is uint64 and the other a signed int, return object
54005400
# See https://github.com/pandas-dev/pandas/issues/26778 for discussion
54015401
# Now it's:
54025402
# * float | [u]int -> float

0 commit comments

Comments
 (0)