diff options
Diffstat (limited to 'python3.html.markdown')
| -rw-r--r-- | python3.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python3.html.markdown b/python3.html.markdown index 6a2a7ccd..a74ddd7d 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -665,7 +665,7 @@ class Human:          self.name = name          # Initialize property -        self.age = 0 +        self._age = 0      # An instance method. All methods take "self" as the first argument      def say(self, msg): | 
