Skip to content

Commit cceed23

Browse files
committed
sentence case in heading
1 parent 91465e2 commit cceed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/query-metrics-performance-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ results = container.query_items(
2828
```
2929

3030

31-
### Get Query Execution Metrics
31+
### Get query execution metrics
3232
In python SDK, you can read the ```x-ms-documentdb-query-metrics``` header values from the container client to get the query execution metrics. The following code snippet shows how to read the query execution metrics:
3333

3434
```python

0 commit comments

Comments
 (0)