Skip to content

Commit 5ab4295

Browse files
committed
Word
1 parent 04d2596 commit 5ab4295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/feature_flags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def get(self):
4545
def set(self, flag, result):
4646
# type: (str, bool) -> None
4747
if isinstance(result, FlagBuffer):
48-
# If someone were to `self` in `self` this would create a circular dependency on
49-
# the lock. This is of course a deadlock. However, this is far outside the expected
48+
# If someone were to insert `self` into `self` this would create a circular dependency
49+
# on the lock. This is of course a deadlock. However, this is far outside the expected
5050
# usage of this class. We guard against it here for completeness and to document this
5151
# expected failure mode.
5252
raise ValueError(

0 commit comments

Comments
 (0)