Skip to content

Commit 923b2e4

Browse files
committed
Update howto-variant-feature-flags-python.md
1 parent 7f7b0e9 commit 923b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-variant-feature-flags-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ If you already have a Python Flask web app, you can skip to the [Use the variant
454454
feature_manager = FeatureManager(azure_app_config)
455455
```
456456
457-
1. Open `routes.py` and add the following code to the end of it to refresh configuration and get the feature variant.
457+
1. Open `routes.py` and update the following code for `greeting_message` to get the feature variant.
458458
459459
```python
460460
from . import feature_manager

0 commit comments

Comments
 (0)