[doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
authorVladimir Popescu <vladimir.popescu@logilab.fr>
Fri, 18 Jan 2013 16:40:11 +0100
changeset 8658 11707295d4e6
parent 8655 ab57000bff7b
child 8660 aa865f3be80d
[doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
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: