Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe8aad

Browse files
authored
Corrección ortográfica 11_classes.py
1 parent 40f1533 commit ffe8aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic/11_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MyEmptyPerson:
1111
print(MyEmptyPerson)
1212
print(MyEmptyPerson())
1313

14-
# Clase con constructor, funciones y popiedades privadas y públicas
14+
# Clase con constructor, funciones y propiedades privadas y públicas
1515

1616

1717
class Person:

0 commit comments

Comments
 (0)