Skip to content

Commit 00a65d4

Browse files
authored
Update quickstart.rst
Fix typo
1 parent e20cea1 commit 00a65d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ the strategy to the Cerebro engine::
493493

494494
Using the parameters in the strategy is easy, as they are stored in a "params"
495495
attribute. If we for example want to set the stake fix, we can pass the stake
496-
parameter to the *position sizer* like this durint __init__::
496+
parameter to the *position sizer* like this during __init__::
497497

498498
# Set the sizer stake from the params
499499
self.sizer.setsizing(self.params.stake)

0 commit comments

Comments
 (0)