Skip to content

Commit 9fabbb0

Browse files
authored
Clarify updates
1 parent 9bfeadc commit 9fabbb0

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
@@ -604,7 +604,7 @@ Likewise, you can set the `status_code` and `headers` for the response message i
604604

605605
::: zone pivot="python-mode-decorators"
606606

607-
The HTTP trigger is defined as a method that takes a named binding parameter, which is an [HttpRequest] object, and returns an [HttpResponse] object. You apply the `function_name` decorator to the method, and the HTTP endpoint is set by applying the `route` decorator.
607+
The HTTP trigger is defined as a method that takes a named binding parameter, which is an [HttpRequest] object, and returns an [HttpResponse] object. You apply the `function_name` decorator to the method to define the function name, while the HTTP endpoint is set by applying the `route` decorator.
608608

609609
This example is from the HTTP trigger template for the Python v2 programming model, where the binding parameter name is `req`. It's the sample code that's provided when you create a function by using Azure Functions Core Tools or Visual Studio Code.
610610

0 commit comments

Comments
 (0)