Fix NotImplemented Error typos
authorKarl O. Pinc <kop@meme.com>
Sun, 21 Oct 2018 23:46:35 +0000 (18:46 -0500)
committerKarl O. Pinc <kop@meme.com>
Sun, 21 Oct 2018 23:58:53 +0000 (18:58 -0500)
src/pgwui_core/pgwui_core.py

index 6b714b96db909bcabf452a8be2ace48a3b040cb9..a09c16ba4706aa7e1b22f06a8d771377007e0882 100644 (file)
@@ -963,7 +963,7 @@ class DBData(object):
         Return a thunk which, when called, delivers the next
         object to go into the db.
         '''
-        raise NotImpementedError()
+        raise NotImplementedError()
 
 
 class SQLData(DBData):
@@ -1219,13 +1219,13 @@ class DBHandler(object):
         Return an instantiation of the upload form needed
         by the upload handler.
         '''
-        raise NotImpliementedError
+        raise NotImplementedError
 
     def get_data(self):
         '''
         Put something that will go into the db into the 'data' attribute.
         '''
-        raise NotImplimentedError
+        raise NotImplementedError
 
     def val_input(self):
         '''