Skip to content

Commit 5169bcf

Browse files
Merge pull request #251720 from ggailey777/patch-2
[Functions] Fix missing tab block ending in Python code
2 parents 05df307 + ff11c44 commit 5169bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-event-grid-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def main(eventGridEvent: func.EventGridEvent,
519519
event_time=datetime.datetime.utcnow(),
520520
data_version="1.0"))
521521
```
522-
522+
---
523523
::: zone-end
524524
::: zone pivot="programming-language-csharp"
525525
## Attributes

0 commit comments

Comments
 (0)