Skip to content

Commit

Permalink
Merge pull request #7725 from howl-anderson/typofix/rasa_interactive_…
Browse files Browse the repository at this point in the history
…message

typofix: 'Ctr-c' -> 'Ctrl-c'
  • Loading branch information
akelad authored Jan 14, 2021
2 parents df6b1fe + 5017224 commit 5347373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/training/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ def _print_help(skip_visualization: bool) -> None:
rasa.shared.utils.cli.print_success(
f"Bot loaded. {visualization_help}\n"
f"Type a message and press enter "
f"(press 'Ctr-c' to exit)."
f"(press 'Ctrl-c' to exit)."
)


Expand Down

0 comments on commit 5347373

Please sign in to comment.