From 415fceb11cd222647d8773ce7a5dab9229f8b459 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Fri, 12 Jan 2018 08:31:50 -0700 Subject: [PATCH] DOC: typo - #158 --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 12792ca4..ed6f56ff 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -483,7 +483,7 @@ bitcoin price. Now we will run the simulation again, but this time we extend our original algorithm with the addition of the ``analyze()`` function. Somewhat analogously -as how ``initialize()`` gets called once before the start of the algorith, +as how ``initialize()`` gets called once before the start of the algorithm, ``analyze()`` gets called once at the end of the algorithm, and receives two variables: ``context``, which we discussed at the very beginning, and ``perf``, which is the pandas dataframe containing the performance data for our algorithm