Skip to content

Commit 9bed526

Browse files
florentxnseinlet
authored andcommitted
Typo
1 parent effff7e commit 9bed526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoolib/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class XmlRPCConnector(Connector):
7777
def __init__(self, hostname, port=8069):
7878
"""
7979
Initialize by specifying the hostname and the port.
80-
:param hostname: The hostname of the computer holding the instance of .
80+
:param hostname: The hostname of the computer holding the instance of Odoo.
8181
:param port: The port used by the Odoo instance for XMLRPC (default to 8069).
8282
"""
8383
self.url = 'http://%s:%d/xmlrpc' % (hostname, port)

0 commit comments

Comments
 (0)