Skip to content

Commit 47098f2

Browse files
committed
small fix
1 parent b0601f9 commit 47098f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ def union(self, other, sort=None):
29672967
# Now it's:
29682968
# * float | [u]int -> float
29692969
# * uint64 | signed int -> object
2970-
# We may change union(float [u]int) to go to object.
2970+
# We may change union(float | [u]int) to go to object.
29712971

29722972
left = self.astype(dtype, copy=False)
29732973
right = other.astype(dtype, copy=False)

0 commit comments

Comments
 (0)