We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cd77b commit 46d7672Copy full SHA for 46d7672
source/c08/p06_create_managed_attributes.rst
@@ -17,7 +17,7 @@
17
18
class Person:
19
def __init__(self, first_name):
20
- self._first_name = first_name
+ self.first_name = first_name
21
22
# Getter function
23
@property
0 commit comments