Typo in chapter '5.2 Classes and Encapsulation'
Author: username31217Created Apr 24, 2026Updated Apr 24, 2026
Currently this file:
we have next text:
, but looks like should be:
class Person(object):
def __init__(self, name):
self._name = nameSource: dabeaz-course/practical-python