about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Charignon <l.charignon@gmail.com>2016-01-31 18:30:40 -0800
committerLaurent Charignon <l.charignon@gmail.com>2016-01-31 19:00:33 -0800
commitcb137db7fc8a1bf3d0efd31493d0a781c35b7931 (patch)
treefd116bc303668c14602ed80cc8d7c5becec42ac0 /doc
parent54e39a0da914d9253c74e480cc4b785d12aad014 (diff)
downloadranger-cb137db7fc8a1bf3d0efd31493d0a781c35b7931.tar.gz
bookmark: replace delete by __delitem__ for consistency with other methods
We are already using the python magic methods __setitem__, __getitem__,
__contains__ and __iter__. It makes sense to use __delitem__ and not
have a custom method name for removing bookmarks. We change the only
place where this method is called in the code.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions