We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f1533 commit ffe8aadCopy full SHA for ffe8aad
Basic/11_classes.py
@@ -11,7 +11,7 @@ class MyEmptyPerson:
11
print(MyEmptyPerson)
12
print(MyEmptyPerson())
13
14
-# Clase con constructor, funciones y popiedades privadas y públicas
+# Clase con constructor, funciones y propiedades privadas y públicas
15
16
17
class Person:
0 commit comments