Skip to content

Commit

Permalink
fixed typos (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambyers authored and dmfigol committed Mar 14, 2019
1 parent 2416e07 commit b17e537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nornir/plugins/tasks/text/template_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def template_file(
**kwargs: Any
) -> Result:
"""
Renders contants of a file with jinja2. All the host data is available in the tempalte
Renders contants of a file with jinja2. All the host data is available in the template
Arguments:
template: filename
Expand Down
2 changes: 1 addition & 1 deletion nornir/plugins/tasks/text/template_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def template_string(
task: Task, template: str, jinja_filters: FiltersDict = None, **kwargs: Any
) -> Result:
"""
Renders a string with jinja2. All the host data is available in the tempalte
Renders a string with jinja2. All the host data is available in the template
Arguments:
template (string): template string
Expand Down

0 comments on commit b17e537

Please sign in to comment.