Change `del` method to `delete`
We used del
as the delete operation method but we have now standardized the name to delete
. So now the CRUD (create
, read
, update
, and delete
) methods are all trivial to spell and use.
We used del
as the delete operation method but we have now standardized the name to delete
. So now the CRUD (create
, read
, update
, and delete
) methods are all trivial to spell and use.