Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Feb 20, 2024
1 parent d0348b9 commit 1901e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboquant/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def contract_value(self, symbol: str, size: Decimal, price: float) -> float:
"""Return the total value of the provided contract size denoted in the base currency of the account.
The default implementation returns `size * price`.
A subclass can implement different logic to cater for:
A subclass can implement different logic to cater for:
- symbols denoted in different currencies
- symbols having different contract sizes like option contracts.
"""
Expand Down

0 comments on commit 1901e6d

Please sign in to comment.