Skip to content

Commit 8889fad

Browse files
Update posthog/scopes.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 864dcf2 commit 8889fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/scopes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def new_context():
2323
Any tags set within this scope will be isolated to this context. Tags added to a
2424
context will be added to exceptions captured within that context.
2525
26-
NOTE: tags set within a context will only added to exceptions captured within that
26+
NOTE: tags set within a context will only be added to exceptions captured within that
2727
context - ensure you call `posthog.capture_exception()` before the end of the with
2828
block, or the extra tags will be lost.
2929

0 commit comments

Comments
 (0)