Documentation
source: "3.14.5 Documentation » The Python Standard Library » Data Types » collections.abc — Abstract Base Classes for Containers", at the bottom of the page
issue: In the description "To add set hashability using mixins, inherit from both Set() and Hashable(), then define hash = Set._hash.", I think it's better to use "Set and Hashable" rather than "Set() and Hashable()" to refer to the classes.
Linked PRs
Documentation
source: "3.14.5 Documentation » The Python Standard Library » Data Types » collections.abc — Abstract Base Classes for Containers", at the bottom of the page
issue: In the description "To add set hashability using mixins, inherit from both Set() and Hashable(), then define hash = Set._hash.", I think it's better to use "Set and Hashable" rather than "Set() and Hashable()" to refer to the classes.
Linked PRs