From a8f261b49c2edfc39e276f969ffa64324ddc8fb0 Mon Sep 17 00:00:00 2001
From: Xavier Morel <xmo@openerp.com>
Date: Mon, 17 Nov 2014 16:17:07 +0100
Subject: [PATCH] [IMP] doc: wording of method-calling introduction

---
 doc/api_integration.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/api_integration.rst b/doc/api_integration.rst
index 725c69c6bb42..12c5b56737e8 100644
--- a/doc/api_integration.rst
+++ b/doc/api_integration.rst
@@ -250,8 +250,8 @@ the login.
 Calling methods
 ===============
 
-The second — and most generally useful — is ``xmlrpc/2/object`` which is used
-to call methods of odoo models via the ``execute_kw`` RPC function.
+The second endpoint is ``xmlrpc/2/object``, is used to call methods of odoo
+models via the ``execute_kw`` RPC function.
 
 Each call to ``execute_kw`` takes the following parameters:
 
-- 
GitLab