Skip to content

Commit 74f4e81

Browse files
authored
DOC: Clarify that FrozenList is hashable (#47684)
1 parent de5c85b commit 74f4e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/frozen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class FrozenList(PandasObject, list):
1919
"""
2020
Container that doesn't allow setting item *but*
21-
because it's technically non-hashable, will be used
21+
because it's technically hashable, will be used
2222
for lookups, appropriately, etc.
2323
"""
2424

0 commit comments

Comments
 (0)