Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 95bdb62

Browse files
authored
Apply suggestions from code review
1 parent 4539f8b commit 95bdb62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

seamapi/connect_webviews.py

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

1313
class ConnectWebviews(AbstractConnectWebviews):
1414
"""
15-
A class used to retreive connect webview data
15+
A class used to retrieve connect webview data
1616
through interaction with Seam API
1717
1818
...

seamapi/connected_accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class ConnectedAccounts(AbstractConnectedAccounts):
1414
"""
15-
A class used to retreive connected account data
15+
A class used to retrieve connected account data
1616
through interaction with Seam API
1717
1818
...
@@ -37,7 +37,7 @@ def __init__(self, seam: Seam):
3737
Parameters
3838
----------
3939
seam : Seam
40-
Intial seam class
40+
Initial seam class
4141
"""
4242

4343
self.seam = seam

0 commit comments

Comments
 (0)