Skip to content

Commit a523b8c

Browse files
committed
Update review.rst
1 parent e9a45f5 commit a523b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/_hidden/mooc_nested_dict/review.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For example, to loop through the outer items of the `person` dictionary, you wou
7878

7979
for outer_key, outer_value in person.items():
8080
# This will print each key and its corresponding value in the person dictionary,
81-
# including the nested dictionary under the `address` key.
81+
# including the nested dictionary under the "address" key.
8282
print(f"{outer_key}: {outer_value}")
8383

8484

0 commit comments

Comments
 (0)