Skip to content

Commit

Permalink
Update rasa/cli/arguments/default_arguments.py
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Tedin <federicotdn@users.noreply.github.com>
  • Loading branch information
degiz and federicotdn authored Jul 8, 2020
1 parent 82541da commit aa1d35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasa/cli/arguments/default_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def add_domain_param(
"--domain",
type=str,
default=DEFAULT_DOMAIN_PATH,
help="Domain specification. It can be a single 'yaml' file, or a directory "
"that contains several files with domain specification in it. The content "
help="Domain specification. This can be a single YAML file, or a directory "
"that contains several files with domain specifications in it. The content "
"of these files will be read and merged together.",
)

Expand Down

0 comments on commit aa1d35a

Please sign in to comment.