-
Notifications
You must be signed in to change notification settings - Fork 899
Open
Description
In chap16, section Creating a Point, it says:
In the same way that the built in function
sort
modifies a list, and thesorted
function creates a new list, now we have atranslate
method that modifies aPoint
and atranslated
method that creates a new one.
sort
is the method of list
,not a built-in function.
Metadata
Metadata
Assignees
Labels
No labels