Say i have this database "list", which contains a collection called "users", which contain, among others, an object called "david"
{u'_id': u'david', u'url': u'url3', u'old_url': u'url3', u'wishlist': [[u'Jenara', u'shards', u'nm'], [u'force of will', u'mm2', u'nm'], [u'pact of negation', u'mm', u'nm'], [u'all is dust', u'mm4', u'nm']]}
how can i use pymongo to edit the arrays within the wishlist field? say i want to remove one of the four arrays, or edit one of them?