Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairnicol committed Mar 4, 2018
1 parent de2d772 commit 031f5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beef_and_dairy_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def handle_person_intent(request, session, person):

@app.intent('WhereIsMichaelIntent')
def handle_where_is_michael_intent(request, session):
text = "Michael Banyan is in a secret location. If his whereabouts was revealed, he would be in grave danger from the Bovine Farmers' Union who have already sewn a cow's face onto his face."
text = "Michael Banyan is in a secret location. If his whereabouts was revealed, he would be in grave danger from the Bovine Farmers' Union, who have already sewn a cow's face onto his face."
return app.response(text)


Expand Down

0 comments on commit 031f5a3

Please sign in to comment.