Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capitalise Azurite
Browse files Browse the repository at this point in the history
Tom-Newton committed Feb 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 32ca03b commit ec86577
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/pyarrow/_azurefs.pyx
Original file line number Diff line number Diff line change
@@ -52,16 +52,16 @@ cdef class AzureFileSystem(FileSystem):
Account key of the storage account. Pass None to use default credential.
blob_storage_authority : str, default None
hostname[:port] of the Blob Service. Defaults to `.blob.core.windows.net`. Useful
for connecting to a local emulator, like azurite.
for connecting to a local emulator, like Azurite.
dfs_storage_authority : str, default None
hostname[:port] of the Data Lake Gen 2 Service. Defaults to
`.dfs.core.windows.net`. Useful for connecting to a local emulator, like azurite.
`.dfs.core.windows.net`. Useful for connecting to a local emulator, like Azurite.
blob_storage_authority : str, default None
Either `http` or `https`. Defaults to `https`. Useful for connecting to a local
emulator, like azurite.
emulator, like Azurite.
dfs_storage_authority : str, default None
Either `http` or `https`. Defaults to `https`. Useful for connecting to a local
emulator, like azurite.
emulator, like Azurite.
Examples
--------

0 comments on commit ec86577

Please sign in to comment.