From 13f506d9c81fadc60a96b8fa13fd80fdc1b6f3d9 Mon Sep 17 00:00:00 2001 From: Wilson Choi Date: Thu, 2 Jun 2016 14:55:12 -0700 Subject: [PATCH] DOC: remove "python -m" and "--symbols" from the example --- 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 7c45efe4..d8c17302 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -155,7 +155,7 @@ Thus, to execute our algorithm from above and save the results to .. code-block:: python - python -m zipline run -f ../../zipline/examples/buyapple.py --start 2000-1-1 --end 2014-1-1 --symbols AAPL -o buyapple_out.pickle + zipline run -f ../../zipline/examples/buyapple.py --start 2000-1-1 --end 2014-1-1 -o buyapple_out.pickle .. parsed-literal::