Skip to content

Commit 389b819

Browse files
committed
text correction
1 parent 0eca935 commit 389b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/categorical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ def _factorize_from_iterable(values):
25402540
else:
25412541
# The value of ordered is irrelevant since we don't use cat as such,
25422542
# but only the resulting categories, the order of which is independent
2543-
# from ordered. Set ordered to False as default due to issue #15457
2543+
# from ordered. Set ordered to False as default. See GH #15457"
25442544
cat = Categorical(values, ordered=False)
25452545
categories = cat.categories
25462546
codes = cat.codes

0 commit comments

Comments
 (0)