We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5c85b commit 74f4e81Copy full SHA for 74f4e81
pandas/core/indexes/frozen.py
@@ -18,7 +18,7 @@
18
class FrozenList(PandasObject, list):
19
"""
20
Container that doesn't allow setting item *but*
21
- because it's technically non-hashable, will be used
+ because it's technically hashable, will be used
22
for lookups, appropriately, etc.
23
24
0 commit comments