From 33a3e2d63a8a8af288ee5db76cce20f4458c6f7b Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Sun, 1 Jul 2012 20:30:32 -0400 Subject: [PATCH] spellcheck on a comment --- zipline/core/devsimulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/core/devsimulator.py b/zipline/core/devsimulator.py index 85ddc44e..7f382056 100644 --- a/zipline/core/devsimulator.py +++ b/zipline/core/devsimulator.py @@ -1,5 +1,5 @@ """ -Simulator hosts all the components necessary to execute a simluation. +Simulator hosts all the components necessary to execute a simulation. See :py:method"" """