Skip to content

Commit

Permalink
DOC: remove "python -m" and "--symbols" from the example
Browse files Browse the repository at this point in the history
  • Loading branch information
wchoitelesign committed Jun 2, 2016
1 parent f8e0d8e commit 13f506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 13f506d

Please sign in to comment.