fix broken example in spaCy universe Chatterbot

This commit is contained in:
Ledenel 2021-07-25 15:53:32 +00:00
parent 6bbc2b1956
commit 413f745c68

View File

@ -563,7 +563,7 @@
"trainer = ListTrainer(chatbot)",
"trainer.train([",
"'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.'",
"])",
"",