rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -21,7 +21,7 @@
|
|||
from .base import IBaseCap, BaseObject, StringField, UserError
|
||||
|
||||
|
||||
__all__ = ['TranslationFail', 'LanguageNotSupported', 'ICapTranslate']
|
||||
__all__ = ['TranslationFail', 'LanguageNotSupported', 'CapTranslate']
|
||||
|
||||
|
||||
class LanguageNotSupported(UserError):
|
||||
|
|
@ -51,7 +51,7 @@ class Translation(BaseObject):
|
|||
text = StringField('Translation')
|
||||
|
||||
|
||||
class ICapTranslate(IBaseCap):
|
||||
class CapTranslate(IBaseCap):
|
||||
"""
|
||||
Capability of online translation website to translate word or sentence
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue