Skip to content

Commit 7f42efc

Browse files
committed
fix minor typo
1 parent 07afe69 commit 7f42efc

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
@@ -274,7 +274,7 @@ app.register_functions(bp)
274274
```
275275

276276
> [!NOTE]
277-
> Durable Functions (DF) also supports blueprints. To use them with DF, will need to register your DF blueprint triggers and bindings functions using the [`azure-functions-durable`](https://pypi.org/project/azure-functions-durable) `Blueprint` class, as
277+
> Durable Functions (DF) also supports blueprints. To create DF blueprints, register your DF triggers and bindings using the [`azure-functions-durable`](https://pypi.org/project/azure-functions-durable) `Blueprint` class, as
278278
> shown [here](https://github.com/Azure/azure-functions-durable-python/blob/dev/samples-v2/blueprint/durable_blueprints.py). The resulting blueprint can then be registered as normal. See our [sample](https://github.com/Azure/azure-functions-durable-python/tree/dev/samples-v2/blueprint) for an example.
279279
280280
::: zone-end

0 commit comments

Comments
 (0)