s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue