Fix typo in example text (#1703)

This commit is contained in:
David Auer 2020-01-26 21:35:34 +01:00 committed by Noam Meltzer
parent 38b9f4b9bc
commit 08bbeca8ec

View file

@ -47,7 +47,7 @@ def start(update, context):
reply_text = "Hi! My name is Doctor Botter."
if context.user_data:
reply_text += " You already told me your {}. Why don't you tell me something more " \
"about yourself? Or change enything I " \
"about yourself? Or change anything I " \
"already know.".format(", ".join(context.user_data.keys()))
else:
reply_text += " I will hold a more complex conversation with you. Why don't you tell me " \