We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba6ea4 commit 0eb9555Copy full SHA for 0eb9555
notebooks/WhenObjectsAreAlike.ipynb
@@ -531,6 +531,7 @@
531
}
532
],
533
"source": [
534
+ "# True is convereted into 1; duplicate key is overwritten\n",
535
"{1: \"one\", True: \"true\"}"
536
]
537
},
@@ -1082,7 +1083,7 @@
1082
1083
"## Diamond problem\n",
1084
"\n",
1085
"- Diamond inheritance is a problem!\n",
- "- superclass may be called multiple times by base classes because of the organization of the class hierarchy\n",
1086
+ "- superclass/base classes may be called multiple times by sub-classes because of the organization of the class hierarchy\n",
1087
"- or the superclass's initializer may never be called\n",
1088
1089
""
0 commit comments