Skip to content

Commit f70b1cc

Browse files
authored
typo
1 parent 7c57961 commit f70b1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-triggers-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def cosmosdb_input(req: func.HttpRequest, documents: func.DocumentList) -> str:
110110
return func.HttpResponse(documents[0].to_json())
111111
```
112112

113-
### Azure Cosmos DB output binding
113+
## Azure Cosmos DB output binding
114114

115115
```python
116116
import logging

0 commit comments

Comments
 (0)