Skip to content

Commit e8d484b

Browse files
hroncokencukou
authored andcommitted
Fix typo in lesson on tuples (#449)
Reported by @KarelVasata. Thank You! Fixes #448
1 parent 43485e5 commit e8d484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/beginners/tuple/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ a tak dále.
125125
prvocisla = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29]
126126

127127
for i, prvocislo in enumerate(prvocisla):
128-
print('Pvočíslo č.{} je {}'.format(i, prvocislo))
128+
print('Prvočíslo č.{} je {}'.format(i, prvocislo))
129129
```
130130

131131
## Malé <var>n</var>-tice

0 commit comments

Comments
 (0)