Skip to content

Commit 9ed2ff4

Browse files
Update content/sesion11/Readme.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 72a4e72 commit 9ed2ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/sesion11/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ class Tarea:
16021602
self.des = d
16031603
self.comp = 0
16041604
def completada(self):
1605-
self.comp == 1
1605+
self.comp = 1
16061606

16071607
class ListaTareas:
16081608
def __init__(self):

0 commit comments

Comments
 (0)