Skip to content

Commit d5585f0

Browse files
ParthKolekarsatwikkansal
authored andcommitted
Update README.md
Typo fix
1 parent 8b2a617 commit d5585f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ for item in mixed_list:
14531453
booleans_found_so_far += 1
14541454
```
14551455
1456-
**Outuput:**
1456+
**Output:**
14571457
```py
14581458
>>> booleans_found_so_far
14591459
0
@@ -1605,7 +1605,7 @@ for i, some_dict[i] in enumerate(some_string):
16051605
pass
16061606
```
16071607
1608-
**Outuput:**
1608+
**Output:**
16091609
```py
16101610
>>> some_dict # An indexed dict is created.
16111611
{0: 'w', 1: 't', 2: 'f'}

0 commit comments

Comments
 (0)