Browse Source

minor text fixes

blue 7 years ago
parent
commit
4fbeaf6504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handlers.py

+ 1 - 1
handlers.py

@@ -32,7 +32,7 @@ def is_web_up(bot, update):
 
 def vietnam(bot, update):
     """Spout wise words"""
-    update.message.reply_text(text='Ricordate, ragazzi, LCM è come il Vietnam.'
+    update.message.reply_text(text='Ricordate, ragazzi, LCM è come il Vietnam. '
                               'Una volta entrati, è impossibile uscirne!',
                               quote=False)