From fd4d2e07466805023abeea9ca88dcc67d72eee0d Mon Sep 17 00:00:00 2001 From: Theau Heral <43614647+theauheral@users.noreply.github.com> Date: Fri, 23 Oct 2020 15:20:35 +0100 Subject: [PATCH] Fix typo --- docs/cerebro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cerebro.rst b/docs/cerebro.rst index 4a44934..938bb59 100644 --- a/docs/cerebro.rst +++ b/docs/cerebro.rst @@ -4,7 +4,7 @@ Cerebro This class is the cornerstone of ``backtrader`` because it serves as a central point for: - 1. Gathering all inputs (*Data Feeds*), actors (*Stratgegies*), spectators + 1. Gathering all inputs (*Data Feeds*), actors (*Strategies*), spectators (*Observers*), critics (*Analyzers*) and documenters (*Writers*) ensuring the show still goes on at any moment.