s/backend/module in docstrings
This commit is contained in:
parent
0088013ae1
commit
0f4f1222b7
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class BackendConfig(ValuesDict):
|
||||||
|
|
||||||
class Module(object):
|
class Module(object):
|
||||||
"""
|
"""
|
||||||
Base class for backends.
|
Base class for modules.
|
||||||
|
|
||||||
You may derivate it, and also all capabilities you want to implement.
|
You may derivate it, and also all capabilities you want to implement.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue