Skip to content

Commit c65eb21

Browse files
Updated naming
Updated naming
1 parent 6ebde64 commit c65eb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-ledger/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ credential = DefaultAzureCredential()
9494
We'll finish setup by setting some variables for use in your application: the resource group (myResourceGroup), the name of ledger you want to create, and two urls to be used by the data plane client library.
9595

9696
> [!Important]
97-
> Each ledger must have a globally unique name. Replace \<your-unique-keyvault-name\> with the name of your ledger in the following example.
97+
> Each ledger must have a globally unique name. Replace \<your-unique-ledger-name\> with the name of your ledger in the following example.
9898
9999
```python
100100
resource_group = "myResourceGroup"

0 commit comments

Comments
 (0)