Skip to content

Commit 00bb39e

Browse files
authored
Update backtesting.py
1 parent 6c633bc commit 00bb39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/backtesting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def size(self) -> float:
424424
"""
425425
Order size (negative for short orders).
426426
427-
If size is a value between 0 and 1, it is interpreted as a fraction
427+
If size is a value between 0 and 1, it is interpreted as a fraction
428428
of current available liquidity (cash plus `Position.pl` minus used margin).
429429
A value greater than or equal to 1 indicates an absolute number of units.
430430
"""

0 commit comments

Comments
 (0)