Skip to content

Commit 45ff4ac

Browse files
docs: Fix typos and grammar in a comment
1 parent 7a7874d commit 45ff4ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tracing/test_noop_span.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import sentry_sdk
22
from sentry_sdk.tracing import NoOpSpan
33

4-
# This tests make sure, that the examples from the documentation [1]
5-
# are working when OTel (OpenTelementry) instrumentation is turned on
6-
# and therefore the Senntry tracing should not do anything.
4+
# This tests make sure that the examples from the documentation [1]
5+
# are working when OTel (OpenTelemetry) instrumentation is turned on,
6+
# and therefore, the Sentry tracing should not do anything.
77
#
88
# 1: https://docs.sentry.io/platforms/python/performance/instrumentation/custom-instrumentation/
99

0 commit comments

Comments
 (0)