Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Trotsenko committed Aug 5, 2023
1 parent c25530a commit ae6a78e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ async def fallback_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -

async def cancel_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
await update.message.reply_text(
"Вы прервали тест. Ну что ж, возвращайтесь скорее. \
Для прохождения теста нажмите /attempt",
"Вы прервали тест. Ну что ж, возвращайтесь скорее. Для прохождения теста нажмите /attempt",
reply_markup=ReplyKeyboardRemove()
)
return ConversationHandler.END
Expand All @@ -259,5 +258,5 @@ async def description_command(update: Update, context: ContextTypes.DEFAULT_TYPE

async def help_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
await update.message.reply_text(
"/start - Начать тест\n/attempt - Начать теста\n/cancel - Прервать тест\n/description - Описание теста\n/help - Помощь"
"/start - Начать тест\n/attempt - Начать тест\n/cancel - Прервать тест\n/description - Описание теста\n/help - Помощь"
)

0 comments on commit ae6a78e

Please sign in to comment.