From 1c2e0da29981a33ccc2df85b3d061009ee3b19f5 Mon Sep 17 00:00:00 2001 From: Wilson Choi Date: Fri, 3 Jun 2016 11:25:41 -0700 Subject: [PATCH] DOC: fix typo --- docs/source/beginner-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 44f61031..f1fc38b3 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -98,7 +98,7 @@ interfaces: A command-line interface, ``IPython Notebook`` magic, and Ingesting Data ^^^^^^^^^^^^^^ -If you haven't ingest the data, run: +If you haven't ingested the data, run: .. code-block:: bash @@ -108,7 +108,7 @@ where ```` is the name of the bundle to ingest, defaulting to :ref:`quantopian-quandl `. you can check out the :ref:`ingesting data ` section for -more detail +more detail. Command line interface ^^^^^^^^^^^^^^^^^^^^^^