mik-laj commented on a change in pull request #12188:
URL: https://github.com/apache/airflow/pull/12188#discussion_r528200052
##########
File path: airflow/providers/microsoft/azure/hooks/wasb.py
##########
@@ -189,22 +328,16 @@ def delete_file(
:param ignore_if_missing: if True, then return success even if the
blob does not exist.
:type ignore_if_missing: bool
- :param kwargs: Optional keyword arguments that
- `BlockBlobService.create_blob_from_path()` takes.
+ :param kwargs: Optional keyword arguments that
`ContainerClient.delete_blobs()` takes.
Review comment:
```suggestion
:param kwargs: Optional keyword arguments that
``ContainerClient.delete_blobs()`` takes.
```
##########
File path: docs/spelling_wordlist.txt
##########
@@ -1297,6 +1297,7 @@ uid
umask
un
unarchived
+uncommittedblobs
Review comment:
```suggestion
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]