Skip to content

Commit c8d8d60

Browse files
authored
docs: Fix typo in comment (#5280)
1 parent 6039305 commit c8d8d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai_agents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
try:
1212
# "agents" is too generic. If someone has an agents.py file in their project
13-
# or another package that's importable via "agents", no ImportError would not
13+
# or another package that's importable via "agents", no ImportError would
1414
# be thrown and the integration would enable itself even if openai-agents is
1515
# not installed. That's why we're adding the second, more specific import
1616
# after it, even if we don't use it.

0 commit comments

Comments
 (0)