Skip to content

Commit 84349d5

Browse files
mpavlaseencukou
authored andcommitted
fix typo
1 parent 3e5212b commit 84349d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/fast-track/script/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jmeno = 'Ola'
9393
print(jmeno * 8) # Tohle jo!
9494
```
9595

96-
Do závorek funkce `print()` můěš dát i víc hodnot oddělených čárkami.
96+
Do závorek funkce `print()` můžeš dát i víc hodnot oddělených čárkami.
9797

9898
``` python
9999
jmeno = 'Amálka'

0 commit comments

Comments
 (0)