Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/store.py')
-rw-r--r--tutorius/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/store.py b/tutorius/store.py
index dfd6fca..d66bb81 100644
--- a/tutorius/store.py
+++ b/tutorius/store.py
@@ -30,7 +30,7 @@ class StoreProxy(object):
@return The list of category names stored on the server.
"""
- raise NotImplementerError("get_categories() not implemented")
+ raise NotImplementedError("get_categories() not implemented")
def get_tutorials(self, keywords=None, category=None, startIndex=0, numResults=10, sortBy='name'):
"""