Skip to content

Commit 2d0dd2b

Browse files
author
MomIsBestFriend
committed
Solved merge conflicts
1 parent 22a2258 commit 2d0dd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/sorting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def lexsort_indexer(keys, orders=None, na_position="last"):
208208
cat = Categorical(key, ordered=True)
209209

210210
if na_position not in ["last", "first"]:
211-
raise ValueError(f"invalid na_position: '{na_position}'")
211+
raise ValueError(f"invalid na_position: {na_position}")
212212

213213
n = len(cat.categories)
214214
codes = cat.codes.copy()

0 commit comments

Comments
 (0)