s/IBaseCap/CapBase/ (refs #1424)

This commit is contained in:
Florent 2014-07-09 12:59:31 +02:00
commit e5f11a15eb
31 changed files with 63 additions and 63 deletions

View file

@ -19,7 +19,7 @@ Select capabilities
*******************
Each module implements one or many :doc:`capabilities </api/capabilities/index>` to tell what kind of features the
website provides. A capability is a class derived from :class:`weboob.capabilities.base.IBaseCap` and with some abstract
website provides. A capability is a class derived from :class:`weboob.capabilities.base.CapBase` and with some abstract
methods (which raise ``NotImplementedError``).
A capability needs to be as generic as possible to allow a maximum number of modules to implements it.