[FIX] typos.

bzr revid: vmt@openerp.com-20110525145909-9f6h4wsr7mmwdzh7
This commit is contained in:
Vo Minh Thu 2011-05-25 16:59:09 +02:00
parent 3dc30f5ea5
commit 728fe04ba8
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ class _column(object):
def __init__(self, string='unknown', required=False, readonly=False, domain=None, context=None, states=None, priority=0, change_default=False, size=None, ondelete="set null", translate=False, select=False, manual=False, **args):
"""
The 'manual' kayword argument specify if the field is a custom one. It
correspond to the 'state' column in ir_model_fields.
The 'manual' keyword argument specifies if the field is a custom one.
It corresponds to the 'state' column in ir_model_fields.
"""
if domain is None: