s/backend/module in docstrings

This commit is contained in:
Florent 2014-09-23 12:35:05 +02:00
commit 0f4f1222b7

View file

@ -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.