Skip to content

Commit f91ef93

Browse files
committed
Reword note on get_variant
1 parent f5ecd05 commit f91ef93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platforms/python/unleash/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
5656
```
5757

5858
Visit the Sentry website and confirm that your error event has recorded the feature flag "test-flag" and its value
59-
is equal to `test_flag_enabled`. Note we also track the `"enabled"` field in the result of [`get_variant()`](https://docs.getunleash.io/reference/sdks/python#getting-a-variant).
59+
is equal to `test_flag_enabled`.
60+
61+
Note that we also track the `"enabled"` field in the results of [`get_variant()`](https://docs.getunleash.io/reference/sdks/python#getting-a-variant) calls.
6062

6163
<PlatformContent includePath="feature-flags/next-steps" />

0 commit comments

Comments
 (0)