From 00a65d4bb7909a370e2ff26ce54db888a36b8d8e Mon Sep 17 00:00:00 2001 From: Fygul Hether Date: Sun, 12 Aug 2018 09:37:43 +0800 Subject: [PATCH] Update quickstart.rst Fix typo --- docs/quickstart/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/quickstart.rst b/docs/quickstart/quickstart.rst index a7f27f9..92abc25 100644 --- a/docs/quickstart/quickstart.rst +++ b/docs/quickstart/quickstart.rst @@ -493,7 +493,7 @@ the strategy to the Cerebro engine:: Using the parameters in the strategy is easy, as they are stored in a "params" attribute. If we for example want to set the stake fix, we can pass the stake -parameter to the *position sizer* like this durint __init__:: +parameter to the *position sizer* like this during __init__:: # Set the sizer stake from the params self.sizer.setsizing(self.params.stake)