Skip to content

Commit c4e61ab

Browse files
authored
Update README.md
1 parent 28dd2ac commit c4e61ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ And as an unordered data type, they can't be indexed.
16351635
>>> s[0]
16361636
Traceback (most recent call last):
16371637
File "<stdin>", line 1, in <module>
1638-
TypeError: 'set' object is not callable
1638+
TypeError: 'set' object does not support indexing
16391639
>>>
16401640
```
16411641

0 commit comments

Comments
 (0)