base_jsonify: typo

pull/2418/head
Laurent Mignon (ACSONE) 2017-06-02 10:21:22 +02:00 committed by Sébastien BEAU
parent 8941042826
commit a149deff5f
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ return a list of object even if there is only one element in input
By default the key into the json is the name of the field extracted
from the model. If you need to specify an alternate name to use as key, you
can definne your mapping as follow into the parser definition:
can define your mapping as follow into the parser definition:
.. code-block:: python

View File

@ -36,7 +36,7 @@ def jsonify(self, parser):
By default the key into the json is the name of the field extracted
from the model. If you need to specify an alternate name to use as key, you
can definne your mapping as follow into the parser definition:
can define your mapping as follow into the parser definition:
parser = [
'field_name:json_key'