mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
minor grammar tweak
This commit is contained in:
parent
ea9e564b66
commit
48c1e668d4
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class DeckManager:
|
||||||
return self.decks['1']
|
return self.decks['1']
|
||||||
|
|
||||||
def byName(self, name):
|
def byName(self, name):
|
||||||
"""Get deck with NAME, ignoring cases."""
|
"""Get deck with NAME, ignoring case."""
|
||||||
for m in list(self.decks.values()):
|
for m in list(self.decks.values()):
|
||||||
if self.equalName(m['name'], name):
|
if self.equalName(m['name'], name):
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue