mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
Update README.md
Typo fix
This commit is contained in:
parent
41e9b72fea
commit
0ce64da2fd
4
README.md
vendored
4
README.md
vendored
@ -1453,7 +1453,7 @@ for item in mixed_list:
|
||||
booleans_found_so_far += 1
|
||||
```
|
||||
|
||||
**Outuput:**
|
||||
**Output:**
|
||||
```py
|
||||
>>> booleans_found_so_far
|
||||
0
|
||||
@ -1605,7 +1605,7 @@ for i, some_dict[i] in enumerate(some_string):
|
||||
pass
|
||||
```
|
||||
|
||||
**Outuput:**
|
||||
**Output:**
|
||||
```py
|
||||
>>> some_dict # An indexed dict is created.
|
||||
{0: 'w', 1: 't', 2: 'f'}
|
||||
|
Loading…
Reference in New Issue
Block a user