Skip to content

Commit 7ebcd5b

Browse files
committed
Update mc_nested-nt.rst
1 parent 6f65444 commit 7ebcd5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sources/_hidden/mc_nested-nt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Practice
2222
+======================================================================================+=======================================================================+
2323
|``add_quantity({"Fruits": ["Apples", "Bananas"], "Bakery": ["Bagels"]}, [3, 4, 6])`` | ``{"Fruits": {"Apples": 3, "Bananas": 4}, "Bakery": {"Bagels": 6}}`` |
2424
+--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
25-
|``add_quantity({"Drinks": ["Coffee", "Tea", "Juice"]}, [10, 5, 7])`` | `` {"Drinks": {"Coffee": 10, "Tea": 5, "Juice": 7}}`` |
25+
|``add_quantity({"Drinks": ["Coffee", "Tea", "Juice"]}, [10, 5, 7])`` | ``{"Drinks": {"Coffee": 10, "Tea": 5, "Juice": 7}}`` |
2626
+--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
27-
|``add_quantity({"Dairy": ["Milk"]}, [1])`` | `` {"Dairy": {"Milk": 1}}`` |
27+
|``add_quantity({"Dairy": ["Milk"]}, [1])`` | ``{"Dairy": {"Milk": 1}}`` |
2828
+--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
2929

3030
~~~~

0 commit comments

Comments
 (0)