Skip to content

Commit 5be39e5

Browse files
authored
Update README.es.md
1 parent adf728a commit 5be39e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/39-class-that-iterates/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Define una clase con una *generator function* que pueda iterar los números que son divisibles por 7 en un rango dado de `0` a `n`.
66

7-
## 💡 Pista:
7+
## 💡 Pistas:
88

99
+ Lee sobre *generator functions* y `yield`: https://sentry.io/answers/python-yield-keyword/
1010

0 commit comments

Comments
 (0)