From 663060538c32c6f7e062ec930bde8c9e90998757 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:14:05 +0900 Subject: [PATCH] =?UTF-8?q?Update=20ai4e=5Fazure=5Futils.py=20(Typo=20"a?= =?UTF-8?q?=20Azure"=E2=86=92"an=20Azure")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/ai4eutils/blob/master/ai4e_azure_utils.py #PingMSFTDocs --- ai4e_azure_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai4e_azure_utils.py b/ai4e_azure_utils.py index 6a2a372..c785695 100644 --- a/ai4e_azure_utils.py +++ b/ai4e_azure_utils.py @@ -18,7 +18,7 @@ def walk_container(container_client: ContainerClient, store_blobs: bool = True, debug_max_items: int = -1) -> Tuple[List[str], List[str]]: """ - Recursively walk folders a Azure Blob Storage container. + Recursively walk folders an Azure Blob Storage container. Based on: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_walk_blob_hierarchy.py