Skip to content

Minor Typos #141

@ArtichokeSap

Description

@ArtichokeSap

In Module 4, Class Methods, this example appears:

>>> dict.fromkeys("abcd")
{'a': 2.3, 'b': 2.3, 'c': 2.3, 'd': 2.3}

which would instead be the result of

>>> dict.fromkeys("abcd", 2.3)

If this kind of issue isn't helpful, sorry in advance. I've found a few of these, which I think are obvious to basically any reader, so it's more about professionalism than actual confusion. If this feedback is valuable, I'll submit the others (else: I won't clutter the submissions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Module 4Questions/Problems with: Object Oriented Programmingtypo

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions