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

Commit 45b7151

Browse files
author
araraonline
committed
Refactor _union_indices (partial)
1 parent 351e0bc commit 45b7151

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
@@ -193,7 +193,7 @@ def conv(i):
193193
sort = True
194194
return _unique_indices(indexes)
195195

196-
else: # kind='list'
196+
else: # kind == 'list'
197197
return _unique_indices(indexes)
198198

199199

0 commit comments

Comments
 (0)