Skip to content

Commit

Permalink
Update grouping_tasks.ipynb (#568)
Browse files Browse the repository at this point in the history
grammar fix suggestion
  • Loading branch information
pablopenton committed Jul 27, 2020
1 parent 7eb0c11 commit fa4b74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/intro/grouping_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"source": [
"You may have noticed that `InitNornir` got a new argument `dry_run=True`. That argument (which defaults to `False`) controls whether to apply the changes to the device or just simulate them. You can control that argument via the configuration as well. Some tasks might even allow you to override this behavior completely at the task level.\n",
"\n",
"Now, let's create task that is going to group what we want to do:"
"Now, let's a create task that is going to group what we want to do:"
]
},
{
Expand Down

0 comments on commit fa4b74d

Please sign in to comment.