From 5fb319fcaede590b749fcf487b69f098d1abe2d9 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 11 Mar 2015 12:47:09 +0100 Subject: [PATCH] Documentation fix. --- docs/source/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/development.rst b/docs/source/development.rst index 99833d7b6..e75e50c5d 100644 --- a/docs/source/development.rst +++ b/docs/source/development.rst @@ -301,11 +301,11 @@ Opens a chat box and returns an object representing a chat box. To open a single chat box, provide the JID of the contact:: - converse.chats.get('buddy@example.com') + converse.chats.open('buddy@example.com') To return an array of chat boxes, provide an array of JIDs:: - converse.chats.get(['buddy1@example.com', 'buddy2@example.com']) + converse.chats.open(['buddy1@example.com', 'buddy2@example.com']) *The returned chat box contains the following methods:*