Skip to content

Commit

Permalink
Merge pull request #360 from eakman/develop
Browse files Browse the repository at this point in the history
Found a few more typos
  • Loading branch information
dbarrosop committed Mar 20, 2019
2 parents 70b9063 + 2ef2090 commit 5827f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/intro/grouping_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"However, this was a `dry_run`. Let's set the `dry_run` variable to `False` so changes are commited and then run the code again:\n",
"\n",
"<div class=\"alert alert-info\">\n",
"**Note:** The `dry_run` value is shared between the main nornir objects and its childs so in the snippet below `nr.data.dry_run = False` and `cmh.data.dry_run = False` are equivalent.\n",
"**Note:** The `dry_run` value is shared between the main nornir objects and its children so in the snippet below `nr.data.dry_run = False` and `cmh.data.dry_run = False` are equivalent.\n",
"</div>"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/intro/inventory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@
"source": [
"##### Filter Object\n",
"\n",
"You can also use a filter object to create incrementally a complext query object. Let's see how it works by example:"
"You can also use a filter objects to incrementally create a complex query objects. Let's see how it works by example:"
]
},
{
Expand Down

0 comments on commit 5827f4f

Please sign in to comment.