Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Commit 5b003c4

Browse files
author
araraonline
committed
Refactor _union_indices (partial)
1 parent 1bfc7a0 commit 5b003c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def conv(i):
145145
sort = True
146146
return _unique_indices(indexes)
147147

148-
else: # kind='list'
148+
else: # kind == 'list'
149149
return _unique_indices(indexes)
150150

151151

0 commit comments

Comments
 (0)