Skip to content

Commit 3f3bb50

Browse files
authored
Merge pull request #87751 from MicrosoftDocs/JamesTran-MSFT-patch-9
Updated naming
2 parents 18140c4 + c65eb21 commit 3f3bb50

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)