You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation, the hashable word is written in plain text without the term keyword(:term:'hashable').
Example;
- Remove the entry in dictionary *p* with key *key*. *key* must be hashable;
+ Remove the entry in dictionary *p* with key *key*. *key* must be :term:`hashable`;
In the documentation, the
hashableword is written in plain text without the term keyword(:term:'hashable').Example;
Linked PRs