From 157ef529bb763f08e50742d8fb01ae451f409be6 Mon Sep 17 00:00:00 2001 From: animic <448395347@qq.com> Date: Mon, 29 Aug 2022 17:50:51 +0800 Subject: [PATCH] update recorder.rst (#1264) --- docs/component/recorder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/recorder.rst b/docs/component/recorder.rst index bcb28bb7f..ed5e4762b 100644 --- a/docs/component/recorder.rst +++ b/docs/component/recorder.rst @@ -107,7 +107,7 @@ Here is a simple example of what is done in ``SigAnaRecord``, which users can re - ``PortAnaRecord``: This class generates the results of `backtest`. The detailed information about `backtest` as well as the available `strategy`, users can refer to `Strategy <../component/strategy.html>`_ and `Backtest <../component/backtest.html>`_. -Here is a simple exampke of what is done in ``PortAnaRecord``, which users can refer to if they want to do backtest based on their own prediction and label. +Here is a simple example of what is done in ``PortAnaRecord``, which users can refer to if they want to do backtest based on their own prediction and label. .. code-block:: Python