Skip to content

Commit

Permalink
For the Result object doc string there is a typo in the host descript…
Browse files Browse the repository at this point in the history
…ion. (#618)
  • Loading branch information
LongBeachHXC committed Dec 5, 2020
1 parent 5ccb70d commit 2859f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nornir/core/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Result(object):
changed (bool): ``True`` if the task is changing the system
diff (obj): Diff between state of the system before/after running this task
result (obj): Result of the task execution, see task's documentation for details
host (:obj:`nornir.core.inventory.Host`): Reference to the host that lead ot this result
host (:obj:`nornir.core.inventory.Host`): Reference to the host that lead to this result
failed (bool): Whether the execution failed or not
severity_level (logging.LEVEL): Severity level associated to the result of the excecution
exception (Exception): uncaught exception thrown during the exection of the task (if any)
Expand Down

0 comments on commit 2859f89

Please sign in to comment.