mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Update README.md
https://docs.python.org/3/library/collections.abc.html#collections.abc.Hashable
This commit is contained in:
parent
f32e9d36e3
commit
ab82f9647c
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -1121,7 +1121,7 @@ False
|
|||
<!-- Example ID: 9f6d8cf0-e1b5-42d0-84a0-4cfab25a0bc0 --->
|
||||
**Output:**
|
||||
```py
|
||||
>>> from collections import Hashable
|
||||
>>> from collections.abc import Hashable
|
||||
>>> issubclass(list, object)
|
||||
True
|
||||
>>> issubclass(object, Hashable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue