From 1e32f05bd532d97b6889a092cf0cda157d1ff254 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 6 May 2018 22:14:18 -0700 Subject: [PATCH] typo --- AnkiConnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiConnect.py b/AnkiConnect.py index f57c93b..3e160c4 100644 --- a/AnkiConnect.py +++ b/AnkiConnect.py @@ -480,7 +480,7 @@ class AnkiConnect: @api() def deckNames(self): - return self.decks().allnames() + return self.decks().allNames() @api()