Skip to content

Commit 87fb26a

Browse files
committed
Improving the OneLake python SDK example for better readability
1 parent 5cee1f6 commit 87fb26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/onelake/onelake-access-python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To learn more about using DefaultAzureCredential to authorize access to data, se
6161

6262
## Working with directories
6363

64-
To work with a directory in OneLake, create a filesystem client and directory client. You can use this directory client to perform a variety of operations, including renaming, moving, or listing paths (as seen below). You can also create a directory client when creating a directory, using the [FileSystemClient.create_directory](https://learn.microsoft.com/en-us/python/api/azure-storage-file-datalake/azure.storage.filedatalake.filesystemclient#azure-storage-filedatalake-filesystemclient-create-directory) method.
64+
To work with a directory in OneLake, create a filesystem client and directory client. You can use this directory client to perform a variety of operations, including renaming, moving, or listing paths (as seen below). You can also create a directory client when creating a directory, using the [FileSystemClient.create_directory](https://learn.microsoft.com/python/api/azure-storage-file-datalake/azure.storage.filedatalake.filesystemclient#azure-storage-filedatalake-filesystemclient-create-directory) method.
6565

6666
```python
6767
def create_file_system_client(self, service_client, file_system_name: str) : DataLakeServiceClient) -> FileSystemClient:

0 commit comments

Comments
 (0)