-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Module 4Questions/Problems with: Object Oriented ProgrammingQuestions/Problems with: Object Oriented Programmingtypo
Description
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)
rsokl
Metadata
Metadata
Assignees
Labels
Module 4Questions/Problems with: Object Oriented ProgrammingQuestions/Problems with: Object Oriented Programmingtypo