Skip to content

Commit 6379b4e

Browse files
authored
Merge pull request #207 from dsabira/master
fixed the typo in 19.4 section
2 parents fb97482 + 6bf3244 commit 6379b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/Inheritance/04-ReuseThroughComposition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For example, our LabeledPoint example could have been implemented as follows:
3939
print(p.distanceFromOrigin())
4040

4141
The first thing to notice about this version of LabeledPoint
42-
does not inherit from Point. Instead, its constructor
42+
is that it does not inherit from Point. Instead, its constructor
4343
instantiates a Point and stores a reference to it in its ``point``
4444
instance variable so that it can be used by the other methods.
4545

0 commit comments

Comments
 (0)