Skip to content

Commit 0c84ec2

Browse files
authored
Merge pull request #207022 from mumurug-MSFT/patch-6
(AzureCXP) fixes MicrosoftDocs/azure-docs#96735
2 parents a924cec + 85a1104 commit 0c84ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ The *host.json* file must also be updated to include an HTTP `routePrefix` value
406406
}
407407
```
408408

409-
Update the Python code file *init.py*, based on the interface that your framework uses. The following example shows either an ASGI handler approach or a WSGI wrapper approach for Flask:
409+
Update the Python code file *__init__.py*, based on the interface that your framework uses. The following example shows either an ASGI handler approach or a WSGI wrapper approach for Flask:
410410

411411
# [ASGI](#tab/asgi)
412412

0 commit comments

Comments
 (0)