[FIX] api doc: typo

This commit is contained in:
xmo-odoo 2015-04-07 13:02:26 +02:00
parent 2191b29ba5
commit 48e059d04f
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ set through the mapping argument, the default value will be used.
Update records
--------------
Reccords can be updated using :meth:`~openerp.models.Model.write`, it takes
Records can be updated using :meth:`~openerp.models.Model.write`, it takes
a list of records to update and a mapping of updated fields to values similar
to :meth:`~openerp.models.Model.create`.