Skip to content

Commit 2649520

Browse files
Removed -ing forms
1 parent 2793d60 commit 2649520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/python-3-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if __name__ == '__main__':
218218
```
219219
---
220220

221-
#### Importing the script into a runbook
221+
#### Import the script into a runbook
222222
For information on importing the runbook, see [Import a runbook from the Azure portal](manage-runbooks.md#import-a-runbook-from-the-azure-portal). Copy the file from GitHub to storage that the portal can access before you run the import.
223223

224224

@@ -227,7 +227,7 @@ The **Import a runbook** page defaults the runbook name to match the name of the
227227

228228
:::image type="content" source="media/python-3-packages/import-python-3-package.png" alt-text="Screenshot shows the Python 3 runbook import page.":::
229229

230-
#### Executing the runbook to import the package and dependencies
230+
#### Execute the runbook to import the package and dependencies
231231

232232
After creating and publishing the runbook, run it to import the package. See [Start a runbook in Azure Automation](start-runbooks.md) for details on executing the runbook.
233233

0 commit comments

Comments
 (0)