Skip to content

Commit b7974a8

Browse files
committed
typos
1 parent cd660e0 commit b7974a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sentry_sdk/consts.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,20 +219,21 @@ class SPANDATA:
219219

220220
AI_CITATIONS = "ai.citations"
221221
"""
222+
222223
Example:
223224
"""
224225

225-
AI_DOCUMENTS = ("ai.documents",)
226+
AI_DOCUMENTS = "ai.documents"
226227
"""
227228
Example:
228229
"""
229230

230-
AI_SEARCH_QUERIES = ("ai.search_queries",)
231+
AI_SEARCH_QUERIES = "ai.search_queries"
231232
"""
232233
Example:
233234
"""
234235

235-
AI_SEARCH_RESULTS = ("ai.search_results",)
236+
AI_SEARCH_RESULTS = "ai.search_results"
236237
"""
237238
Example:
238239
"""

0 commit comments

Comments
 (0)