Skip to content

Commit 206ed7c

Browse files
authored
DOC: typo 'cam' to can (#112)
1 parent 64bcda2 commit 206ed7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/backtesting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ def __init__(self,
960960
961961
`commission` is the commission ratio. E.g. if your broker's commission
962962
is 1% of trade value, set commission to `0.01`. Note, if you wish to
963-
account for bid-ask spread, you cam approximate doing so by increasing
963+
account for bid-ask spread, you can approximate doing so by increasing
964964
the commission, e.g. set it to `0.0002` for commission-less forex
965965
trading where the average spread is roughly 0.2‰ of asking price.
966966

0 commit comments

Comments
 (0)