Skip to content

Commit 48728ff

Browse files
authored
Update README.es.md
1 parent e6a8af8 commit 48728ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/11-Create-A-New-Function/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pero Python viene con un conjunto de funciones "pre-definidas" que puedes usar,
1313

1414
```py
1515
import random
16-
# Genera un número aleatorio dentro de un rango posiivo dado
16+
# Genera un número aleatorio dentro de un rango positivo dado
1717

1818
r1 = random.randint(0, 10)
1919
print("Random number between 0 and 10 is % s" % (r1))

0 commit comments

Comments
 (0)