Skip to content

Commit 6d81e79

Browse files
committed
Merge branch 'master' of github.com:RunestoneInteractive/thinkcspy
2 parents 9572293 + 6379b4e commit 6d81e79

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)