Skip to content

Commit 565bb8a

Browse files
authored
docs:Remove id: from example (#55)
1 parent 009cac8 commit 565bb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def feature_enabled(
243243
```python
244244
if posthog.feature_enabled('beta feature', 'distinct id'):
245245
# do something
246-
if posthog.feature_enabled('groups feature', 'distinct id', groups={"organization": "id:5"}):
246+
if posthog.feature_enabled('groups feature', 'distinct id', groups={"organization": "5"}):
247247
# do something
248248
```
249249

0 commit comments

Comments
 (0)