Skip to content

Commit c8859c9

Browse files
committed
update
1 parent f6b5316 commit c8859c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A function has a single trigger and one or more bindings. The type of binding is
4141

4242
Triggers and bindings are defined differently depending on the development language. Make sure to select your language at the [top](#top) of the article.
4343

44-
Trigger and binding names are limited to alphanumeric characters and `_`, the underscore. Double underscores `__` are prohibited. These names are defined differently based on development language.
44+
Trigger and binding names are limited to alphanumeric characters and `_`, the underscore.
4545

4646
This example shows an HTTP triggered function with an output binding that writes a message to an Azure Storage queue.
4747

@@ -183,7 +183,7 @@ The way that the function is defined depends on the version of Python for Functi
183183

184184
### [v2](#tab/python-v2)
185185

186-
In Python for Functions version 2, you define the function directly in code using decorators. The binding name is defined by arg_name.
186+
In Python for Functions version 2, you define the function directly in code using decorators.
187187

188188
:::code language="python" source="~/functions-docs-python-v2/function_app.py" range="4-9" :::
189189

0 commit comments

Comments
 (0)