update code documentation

This commit is contained in:
Romain Bignon 2012-04-01 17:41:20 +02:00
commit 7082571acf
4 changed files with 87 additions and 16 deletions

View file

@ -101,6 +101,9 @@ class BackendStorage(object):
"""
Load storage.
It is made automatically when your backend is created, and use the
``STORAGE`` class attribute as default.
:param default: this is the default tree if storage is empty
:type default: :class:`dict`
"""