Skip to content

Commit 00590ed

Browse files
authored
docs: fix simple typo, collecter -> collector (#1505)
1 parent 9c7af39 commit 00590ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_circular_references(monkeypatch, sentry_init, request):
173173
# request.addfinalizer(lambda: gc.set_debug(~gc.DEBUG_LEAK))
174174
#
175175
# immediately after the initial collection below, so we can see what new
176-
# objects the garbage collecter has to clean up once `transaction.finish` is
176+
# objects the garbage collector has to clean up once `transaction.finish` is
177177
# called and the serializer runs.)
178178
monkeypatch.setattr(
179179
sentry_sdk.client,

0 commit comments

Comments
 (0)