docs: fix grammar and typo issues in async_html.ipynb and azure_blob_storage_file.ipynb (#31478)

This commit is contained in:
Michael Li 2025-06-05 00:27:44 +10:00 committed by GitHub
parent 21d6f1fc6a
commit d2a023a183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
"# If you need to use the proxy to make web requests, for example using http_proxy/https_proxy environmental variables,\n", "# If you need to use the proxy to make web requests, for example using http_proxy/https_proxy environmental variables,\n",
"# please set trust_env=True explicitly here as follows:\n", "# please set trust_env=True explicitly here as follows:\n",
"# loader = AsyncHtmlLoader(urls, trust_env=True)\n", "# loader = AsyncHtmlLoader(urls, trust_env=True)\n",
"# Otherwise, loader.load() may stuck becuase aiohttp session does not recognize the proxy by default\n", "# Otherwise, loader.load() may get stuck because aiohttp session does not recognize the proxy by default\n",
"docs = loader.load()" "docs = loader.load()"
] ]
}, },

View File

@ -9,7 +9,7 @@
"\n", "\n",
">[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction) offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (`SMB`) protocol, Network File System (`NFS`) protocol, and `Azure Files REST API`.\n", ">[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction) offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (`SMB`) protocol, Network File System (`NFS`) protocol, and `Azure Files REST API`.\n",
"\n", "\n",
"This covers how to load document objects from a Azure Files." "This covers how to load document objects from Azure Files."
] ]
}, },
{ {