doc/book/en/tutorials/advanced/part03_bfss.rst
branchstable
changeset 7566 be2fe6fff734
parent 7145 8dd94fa7310a
child 10376 b566c8081832
--- a/doc/book/en/tutorials/advanced/part03_bfss.rst	Mon Jun 27 18:46:08 2011 +0200
+++ b/doc/book/en/tutorials/advanced/part03_bfss.rst	Tue Jun 28 11:20:33 2011 +0200
@@ -32,7 +32,7 @@
                 makedirs(bfssdir)
                 print 'created', bfssdir
             storage = storages.BytesFileSystemStorage(bfssdir)
-            set_attribute_storage(self.repo, 'File', 'data', storage)
+            storages.set_attribute_storage(self.repo, 'File', 'data', storage)
 
 .. Note::