Fix copypasta error in comment

This commit is contained in:
Ber Zoidberg 2019-06-11 22:41:56 -07:00
parent 96c2506fd4
commit 26ae13b715

View File

@ -468,7 +468,7 @@ def test_update_item_nested_remove():
'username': {"S": "steve"}
}
# Then remove the SentBy field
# Then remove the Meta.FullName field
conn.update_item("messages", key_map,
update_expression="REMOVE Meta.FullName")