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 committed by GitHub
commit 9bf0d6f2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.'",
"])", "])",
"", "",