Rename CapBase to Capability
This commit is contained in:
parent
a64c9f2edb
commit
44dffce7b2
31 changed files with 64 additions and 64 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.CapBase` and with some abstract
|
||||
website provides. A capability is a class derived from :class:`weboob.capabilities.base.Capability` 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 implement it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue