"sets" missing in dictionary keys restrictions verbiage (dict keys must be hashable) · Issue #192 · dabeaz-course/practical-python · GitHub
Skip to content

"sets" missing in dictionary keys restrictions verbiage (dict keys must be hashable) #192

Description

@atsaloli

Thanks for an awesome course!

In section 2.2 (Containers) it says "Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists and dictionaries are mutable." Looks like "sets" fell out from the second part of the sentence. Should that be, "Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists, sets and dictionaries are mutable." ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions