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.
2 parents 9572293 + 6379b4e commit 6d81e79Copy full SHA for 6d81e79
1 file changed
_sources/Inheritance/04-ReuseThroughComposition.rst
@@ -39,7 +39,7 @@ For example, our LabeledPoint example could have been implemented as follows:
39
print(p.distanceFromOrigin())
40
41
The first thing to notice about this version of LabeledPoint
42
-does not inherit from Point. Instead, its constructor
+is that it does not inherit from Point. Instead, its constructor
43
instantiates a Point and stores a reference to it in its ``point``
44
instance variable so that it can be used by the other methods.
45
0 commit comments