Merge pull request #8806 from Ledenel/master [ci skip]

fix typo
This commit is contained in:
Ines Montani 2021-07-27 12:14:22 +10:00
parent 5c762e08d7
commit cf3855ae05

View File

@ -563,7 +563,7 @@
"trainer = ListTrainer(chatbot)", "trainer = ListTrainer(chatbot)",
"trainer.train([", "trainer.train([",
"'Hi, can I help you?',", "'Hi, can I help you?',",
"'Sure, I would like to book a flight to Iceland.", "'Sure, I would like to book a flight to Iceland.',",
"'Your flight has been booked.'", "'Your flight has been booked.'",
"])", "])",
"", "",