Merge lp:~jan-philipp-fischer/openerp-connector/7.0-wrong-identation-doc into lp:~openerp-connector-core-editors/openerp-connector/7.0

Proposed by Jan-Philipp Fischer
Status: Merged
Approved by: Guewen Baconnier @ Camptocamp
Approved revision: 623
Merged at revision: 623
Proposed branch: lp:~jan-philipp-fischer/openerp-connector/7.0-wrong-identation-doc
Merge into: lp:~openerp-connector-core-editors/openerp-connector/7.0
Diff against target: 11 lines (+1/-1)
1 file modified
connector/unit/mapper.py (+1/-1)
To merge this branch: bzr merge lp:~jan-philipp-fischer/openerp-connector/7.0-wrong-identation-doc
Reviewer Review Type Date Requested Status
Yannick Vaucher @ Camptocamp Approve
Guewen Baconnier @ Camptocamp Approve
Review via email: mp+211685@code.launchpad.net

Description of the change

There was a wrong identation in the doc example of a modifier mapping.

To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Right! Thanks :-)

review: Approve
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'connector/unit/mapper.py'
2--- connector/unit/mapper.py 2014-01-15 09:05:18 +0000
3+++ connector/unit/mapper.py 2014-03-19 09:43:41 +0000
4@@ -478,7 +478,7 @@
5 if not value:
6 return None
7 return conv_type(value)
8- return modifier
9+ return modifier
10
11 And used like that::
12