Skip to content

Commit 2f228de

Browse files
committed
fix example
1 parent be47f39 commit 2f228de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106

107107
# You can add tags to a context, and these are automatically added to exceptions captured within that context.
108-
# Recommended: you can use the `@posthog.scoped` decorator.
108+
# Recommended: you can use the `@posthog.scoped` decorator to enter a new context.
109109
@posthog.scoped
110110
def process_order(order_id):
111111
posthog.tag("order_id", order_id)

0 commit comments

Comments
 (0)