You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On page 182, class Int_set docstring says #Information about the implementation (not the abstraction)
Page 183 says Notice that the docstring at the top of the class definition describes the abstraction provided by the class, not information about how the class is implemented.
I believe page 182 terms should be swapped to #Information about the abstraction (not the implementation)
The text was updated successfully, but these errors were encountered:
On page 182,
class Int_set
docstring says#Information about the implementation (not the abstraction)
Page 183 says
Notice that the docstring at the top of the class definition describes the abstraction provided by the class, not information about how the class is implemented.
I believe page 182 terms should be swapped to
#Information about the abstraction (not the implementation)
The text was updated successfully, but these errors were encountered: