Skip to content

Commit 2c1e35a

Browse files
authored
fix: #1834 minor error in docstring (#1837)
1 parent 85d119b commit 2c1e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/__init__.py

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

139139

140140
def set_default_openai_key(key: str, use_for_tracing: bool = True) -> None:
141-
"""Set the default OpenAI API key to use for LLM requests (and optionally tracing(). This is
141+
"""Set the default OpenAI API key to use for LLM requests (and optionally tracing()). This is
142142
only necessary if the OPENAI_API_KEY environment variable is not already set.
143143
144144
If provided, this key will be used instead of the OPENAI_API_KEY environment variable.

0 commit comments

Comments
 (0)