Skip to content

Commit d342e86

Browse files
authored
Updated ContainerClient
1 parent 09f76ba commit d342e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-storage-blob/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ BlobServiceClient.get_blob_client(container, blob, blob_type=BlobType.BlockBlob)
4444
## ContainerClient API
4545
```python
4646
azure.storage.blob.ContainerClient(
47-
uri, credentials=None, container_name=None, configuration=None)
47+
uri, credentials=None, container=None, configuration=None)
4848

4949
# Instantiate from a connection string
5050
azure.storage.blob.ContainerClient.from_connection_string(connection_str, container, configuration=None)

0 commit comments

Comments
 (0)