Fix tiny typos

This commit is contained in:
krotera 2021-01-15 17:44:19 -05:00 committed by GitHub
parent 967591e4c2
commit 4076d78e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,7 +735,7 @@ class Human:
return "*grunt*"
# A property is just like a getter.
# It turns the method age() into an read-only attribute of the same name.
# It turns the method age() into a read-only attribute of the same name.
# There's no need to write trivial getters and setters in Python, though.
@property
def age(self):