Skip to content

Commit 1f697ef

Browse files
authored
Update ws_api/wealthsimple_api.py
1 parent 5feb4b1 commit 1f697ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws_api/wealthsimple_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def _activity_add_description(self, act):
594594
)
595595
elif act['type'] == 'INSTITUTIONAL_TRANSFER_INTENT' and act['subType'] == 'TRANSFER_OUT':
596596
act['description'] = (
597-
f"Institutional transfer: transfer to {act['institutionName']} "
597+
f"Institutional transfer: transfer to {act['institutionName']}"
598598
)
599599
elif act['type'] == 'INTEREST':
600600
if act['subType'] == 'FPL_INTEREST':

0 commit comments

Comments
 (0)