Skip to content

Commit 6626e36

Browse files
committed
Update howto-feature-filters-python.md
1 parent db09b02 commit 6626e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-feature-filters-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You've added a custom feature filter named **Random** with a **Percentage** para
4848

4949
You decorated a `FeatureFilter.alias` to the `RandomFilter` to give your filter an alias **Random**, which matches the filter name you set in the *Beta* feature flag in Azure App Configuration.
5050

51-
1. Open the *app.py* file and register the `RandomFilter` when creating the `FeatureManager`. Also, modify the code to not automatically refresh as seen below so you can see the *Beta* feature flag is sometimes enabled and and to also access the *Beta* feature flag a few times.
51+
1. Open the *app.py* file and register the `RandomFilter` when creating the `FeatureManager`. Also, modify the code to not automatically refresh and to also access the *Beta* feature flag a few times, as seen below.
5252

5353
```python
5454
from featuremanagement import FeatureManager

0 commit comments

Comments
 (0)