Skip to content

Commit b9f56ca

Browse files
marcelogdeandradejsmnbom
authored andcommitted
fixes comment on examples/conversationbot2.py (python-telegram-bot#1216)
1 parent e247fa7 commit b9f56ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conversationbot2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def main():
109109
# Get the dispatcher to register handlers
110110
dp = updater.dispatcher
111111

112-
# Add conversation handler with the states GENDER, PHOTO, LOCATION and BIO
112+
# Add conversation handler with the states CHOOSING, TYPING_CHOICE and TYPING_REPLY
113113
conv_handler = ConversationHandler(
114114
entry_points=[CommandHandler('start', start)],
115115

0 commit comments

Comments
 (0)