Skip to content

Commit 688c77e

Browse files
committed
typo
1 parent 1be2ce3 commit 688c77e

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
@@ -164,7 +164,7 @@ def test_logs_message_format(sentry_init, capture_envelopes):
164164

165165
def test_logs_message_f_string(sentry_init, capture_envelopes):
166166
"""
167-
This is the preferred way how vars are passed to strings in old Python projects.
167+
This is the preferred way how vars are passed to strings in newer Python projects.
168168
TODO: This we should definitely support.
169169
"""
170170
sentry_init(enable_sentry_logs=True)

0 commit comments

Comments
 (0)