Skip to content

Commit 28dd2ac

Browse files
authored
Typo
1 parent cdfb94d commit 28dd2ac

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
@@ -1632,7 +1632,7 @@ And as an unordered data type, they can't be indexed.
16321632

16331633
```python
16341634
>>> s = {1, 2, 3}
1635-
>>> s(0)
1635+
>>> s[0]
16361636
Traceback (most recent call last):
16371637
File "<stdin>", line 1, in <module>
16381638
TypeError: 'set' object is not callable

0 commit comments

Comments
 (0)