Skip to content

Commit 795d48a

Browse files
committed
typos in comment
1 parent c33df53 commit 795d48a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ws_api/wealthsimple_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,8 @@ def get_identity_positions(self, security_ids: list[str] | None, currency: str)
817817
"""Retrieve information on specific positions
818818
819819
Args:
820-
security_ids: list of Wealthsimple security ids, None will return all owened securities
821-
currency: currency to return the amoutns in (CAD or USD)
820+
security_ids: list of Wealthsimple security ids, None will return all owned securities
821+
currency: currency to return the amounts in (CAD or USD)
822822
823823
Returns:
824824
list[Any]: a list of positions by account

0 commit comments

Comments
 (0)