We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2a617 commit d5585f0Copy full SHA for d5585f0
README.md
@@ -1453,7 +1453,7 @@ for item in mixed_list:
1453
booleans_found_so_far += 1
1454
```
1455
1456
-**Outuput:**
+**Output:**
1457
```py
1458
>>> booleans_found_so_far
1459
0
@@ -1605,7 +1605,7 @@ for i, some_dict[i] in enumerate(some_string):
1605
pass
1606
1607
1608
1609
1610
>>> some_dict # An indexed dict is created.
1611
{0: 'w', 1: 't', 2: 'f'}
0 commit comments