# HG changeset patch # User Vladimir Popescu # Date 1358523611 -3600 # Node ID 11707295d4e6bab9b47fa55a2ad5054b1454a910 # Parent ab57000bff7b13c779caaea7adc55f1d5d58f302 [doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call diff -r ab57000bff7b -r 11707295d4e6 doc/book/en/tutorials/base/customizing-the-application.rst --- a/doc/book/en/tutorials/base/customizing-the-application.rst Thu Jan 17 18:30:08 2013 +0100 +++ b/doc/book/en/tutorials/base/customizing-the-application.rst Fri Jan 18 16:40:11 2013 +0100 @@ -493,7 +493,7 @@ entering the migration python shell just type migration commands or arbitrary python code and type ENTER to execute it type "exit" or Ctrl-D to quit the shell and resume operation - >>> add_cubes('comment', 'tag') + >>> add_cubes(('comment', 'tag')) >>> Then restart the instance. Let's look at a blog entry: