Skip to content

Commit 979148a

Browse files
committed
Simplify note
1 parent 7abb71f commit 979148a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-functions/durable/durable-functions-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Durable Functions is designed to work with all Azure Functions programming langu
2828
| Java | Functions 4.0+ | Java 8+ | 4.x bundles |
2929

3030
> [!NOTE]
31-
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new model is designed to have a more idiomatic and intuitive experience. To learn more, see Azure Functions Python [developer guide](/azure/azure-functions/functions-reference-python.md?pivots=python-mode-decorators).
31+
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new experience is designed to have a more idiomatic and intuitive. To learn more, see Azure Functions Python [developer guide](/azure/azure-functions/functions-reference-python.md?pivots=python-mode-decorators).
3232
>
33-
> In the following code snippets, Python (PM2) denotes programming model V2, the new model.
33+
> In the following code snippets, Python (PM2) denotes programming model V2, the new experience.
3434
3535
Like Azure Functions, there are templates to help you develop Durable Functions using [Visual Studio](durable-functions-create-first-csharp.md), [Visual Studio Code](quickstart-js-vscode.md), and the [Azure portal](durable-functions-create-portal.md).
3636

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
1919
:::image type="content" source="./media/quickstart-python-vscode/functions-vs-code-complete.png" alt-text="Screenshot of the running durable function in Azure.":::
2020

2121
> [!NOTE]
22-
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new model is designed to have a more idiomatic and intuitive experience. To learn more, see Azure Functions Python [developer guide](/azure/azure-functions/functions-reference-python.md?pivots=python-mode-decorators).
22+
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new experience is designed to have a more idiomatic and intuitive. To learn more, see Azure Functions Python [developer guide](/azure/azure-functions/functions-reference-python.md?pivots=python-mode-decorators).
2323
2424
## Prerequisites
2525

0 commit comments

Comments
 (0)