Skip to content

Commit 234d103

Browse files
pyritoyehoshuadimarsky
authored andcommitted
DOC: Clarify that FrozenList is hashable (pandas-dev#47684)
1 parent 0e57257 commit 234d103

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)