Skip to content

Commit 6435c15

Browse files
Minor fix
1 parent 35d5729 commit 6435c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This command installs the Azure Blob Storage for Python package and libraries o
5858
From the project directory, follow steps to create the basic structure of the app:
5959

6060
1. Open a new text file in your code editor
61-
1. Add `import` statements and create the structure for the program, including basic exception handling
61+
1. Add `import` statements, create the structure for the program, and include basic exception handling, as shown below
6262
1. Save the new file as *blob-quickstart-v12.py* in the *blob-quickstart-v12* directory.
6363
:::code language="python" source="~/azure-storage-snippets/blobs/quickstarts/python/V12/app_framework.py":::
6464

0 commit comments

Comments
 (0)