typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39290 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b36021eb
......@@ -60,7 +60,7 @@ class Query(object):
"""
This method must always be overloaded by subclasses.
"""
raise NotImplementedError, '%s is incompeltely implemented.' % (self.__class__.__name__, )
raise NotImplementedError, '%s is incompletely implemented.' % (self.__class__.__name__, )
verifyClass(IQuery, Query)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment