mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
Fix typo in example text (#1703)
This commit is contained in:
parent
38b9f4b9bc
commit
08bbeca8ec
1 changed files with 1 additions and 1 deletions
|
@ -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 " \
|
||||
|
|
Loading…
Add table
Reference in a new issue