Skip to content

Commit a3733fb

Browse files
Fix SeamInvalidOptionsError docstring
1 parent b448f44 commit a3733fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seam/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SeamInvalidOptionsError(Exception):
3636
Exception raised when invalid options are provided to Seam client.
3737
3838
This error occurs when incompatible or incomplete options are provided
39-
when initializing or using Seam SDK components, such as using both API key
39+
when initializing or using Seam client components, such as using both API key
4040
and personal access token simultaneously, or using a personal access token
4141
without specifying a workspace ID.
4242
"""

0 commit comments

Comments
 (0)