fix typo
authorTymoteusz Motylewski <t.motylewski@gmail.com>
Mon, 13 Oct 2014 08:17:21 +0000 (10:17 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 13 Oct 2014 08:42:30 +0000 (10:42 +0200)
doc/howtos/backend.rst

index f99ae98..bb300ae 100644 (file)
@@ -181,7 +181,7 @@ Some attributes are available on all fields, here are the most common ones:
     If ``True``, the field can not be empty, it must either have a default
     value or always be given a value when creating a record.
 :attr:`~openerp.fields.Field.help` (``unicode``, default: ``''``)
-    Long-formm, provides a help tooltip to users in the UI.
+    Long-form, provides a help tooltip to users in the UI.
 :attr:`~openerp.fields.Field.index` (``bool``, default: ``False``)
     Requests that Odoo create a `database index`_ on the column