From b9f56ca47900d92cd8757e72b392efef617997d3 Mon Sep 17 00:00:00 2001 From: "Marcelo G. de Andrade" Date: Wed, 12 Sep 2018 16:27:35 -0300 Subject: [PATCH] fixes comment on examples/conversationbot2.py (#1216) --- examples/conversationbot2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conversationbot2.py b/examples/conversationbot2.py index 34002792a..c80af9292 100644 --- a/examples/conversationbot2.py +++ b/examples/conversationbot2.py @@ -109,7 +109,7 @@ def main(): # Get the dispatcher to register handlers dp = updater.dispatcher - # Add conversation handler with the states GENDER, PHOTO, LOCATION and BIO + # Add conversation handler with the states CHOOSING, TYPING_CHOICE and TYPING_REPLY conv_handler = ConversationHandler( entry_points=[CommandHandler('start', start)],