Update 1_8_Classes.ipynb

Improved formatting.
master
Carlos A. Iglesias 3 months ago committed by GitHub
parent 58fc6f5e9c
commit 35b1ae4ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@
"The first argument of instance class method is self, that refers to the current instance of the class.\n", "The first argument of instance class method is self, that refers to the current instance of the class.\n",
"There is a special method, __init__ that initializes the object. It is like a constructor, but the object is already created when __init__ is called.\n", "There is a special method, __init__ that initializes the object. It is like a constructor, but the object is already created when __init__ is called.\n",
"\n", "\n",
"Instance attributes are define as self.variables. (self is the same than this in Java)." "Instance attributes are define as *self.variables*. (self is the same than this in Java)."
] ]
}, },
{ {

Loading…
Cancel
Save