Skip to content

Commit 1be2ce3

Browse files
committed
typo
1 parent 42f1fb8 commit 1be2ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sentry_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_logs_message_old_style(sentry_init, capture_envelopes):
150150

151151
def test_logs_message_format(sentry_init, capture_envelopes):
152152
"""
153-
This is another popular war how vars are passed to strings in old Python projects.
153+
This is another popular way how vars are passed to strings in old Python projects.
154154
TODO: Should we support this?
155155
"""
156156
sentry_init(enable_sentry_logs=True)

0 commit comments

Comments
 (0)