From 902506ad2840c88c1b55062e352bbf8fc885d20a Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Mon, 13 Oct 2014 10:17:21 +0200 Subject: [PATCH] fix typo --- doc/howtos/backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howtos/backend.rst b/doc/howtos/backend.rst index f99ae98df58..bb300ae51c8 100644 --- a/doc/howtos/backend.rst +++ b/doc/howtos/backend.rst @@ -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