Skip to content

Commit

Permalink
chore: rename move to reindex
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall2222 committed Nov 10, 2023
1 parent 2f384b5 commit 3b02ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykeepass/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def index(self):
index = children.index(self._element)
return index - first_index

def move(self, new_index):
def reindex(self, new_index):
group = self.group._element
first_index = self.group._first_entry
group.remove(self._element)
Expand Down

0 comments on commit 3b02ef4

Please sign in to comment.