Skip to content

Commit 9c39961

Browse files
committed
Making header shorter per feedback
1 parent 54118af commit 9c39961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/use-notebook-features-and-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ custom_connection_policy.PreferredLocations = [region_1, region_2] # Set the ord
139139
# Create a new instance of CosmosClient, getting the endpoint and key from the environment variables
140140
custom_client = cosmos.CosmosClient(os.environ["COSMOS_ENDPOINT"], {'masterKey': os.environ["COSMOS_KEY"]}, connection_policy=custom_connection_policy)
141141
```
142-
## Access the account endpoint and primary key environment variables
142+
## Access the account endpoint and primary key env variables
143143
```python
144144
import os
145145

0 commit comments

Comments
 (0)