Skip to content

Commit

Permalink
Fix SeamInvalidOptionsError docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Aug 1, 2024
1 parent b448f44 commit a3733fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seam/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SeamInvalidOptionsError(Exception):
Exception raised when invalid options are provided to Seam client.
This error occurs when incompatible or incomplete options are provided
when initializing or using Seam SDK components, such as using both API key
when initializing or using Seam client components, such as using both API key
and personal access token simultaneously, or using a personal access token
without specifying a workspace ID.
"""
Expand Down

0 comments on commit a3733fb

Please sign in to comment.