Skip to content

Commit 597c560

Browse files
fix a typo
1 parent 4c4e903 commit 597c560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/analyzer_training.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
" TRAINING_DATA_CONTAINER_NAME = os.getenv(\"TRAINING_DATA_CONTAINER_NAME\")\n",
139139
" if not TRAINING_DATA_STORAGE_ACCOUNT_NAME and not training_data_sas_url:\n",
140140
" raise ValueError(\n",
141-
" \"Please set either TRAINING_DATA_SAS_URL or both TRAINING_DATA_STORAGE_ACCCOUNT_NAME and TRAINING_DATA_CONTAINER_NAME environment variables.\"\n",
141+
" \"Please set either TRAINING_DATA_SAS_URL or both TRAINING_DATA_STORAGE_ACCOUNT_NAME and TRAINING_DATA_CONTAINER_NAME environment variables.\"\n",
142142
" )\n",
143143
" from azure.storage.blob import ContainerSasPermissions\n",
144144
" # We will need \"Write\" for uploading, modifying, or appending blobs\n",

0 commit comments

Comments
 (0)