From 7c0e31a10d4b38e3ef3bbb2b6dbe9ac85fcbfb1d Mon Sep 17 00:00:00 2001 From: Or Arbel Date: Wed, 3 Oct 2018 16:57:47 -0400 Subject: [PATCH] Typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 330cae2c..121c2f8b 100644 --- a/README.rst +++ b/README.rst @@ -204,7 +204,7 @@ Conversations # FINDING CONVERSATIONS FOR A USER # Iterate over all conversations (read + unread, correct) with a user based on # the users email - for convo in intercom.onversations.find_all(email='joe@example.com',type='user'): + for convo in intercom.conversations.find_all(email='joe@example.com',type='user'): ... # Iterate over through all conversations (read + unread) with a user based on # the users email