DOC: Fix typo in command line to ingest quandl

Usage: zipline ingest [OPTIONS]

  Ingest the data for the given bundle.

Options:
  -b, --bundle BUNDLE-NAME        The data bundle to ingest.  [default:
                                  quantopian-quandl]

  <...>
This commit is contained in:
Alexey Degtyarev
2016-06-27 01:55:21 +03:00
parent c26e12bad8
commit 84afb997d3
+1 -1
View File
@@ -128,7 +128,7 @@ API key we may run:
.. code-block:: bash
$ QUANDL_API_KEY=<api-key> zipline ingest quandl
$ QUANDL_API_KEY=<api-key> zipline ingest -b quandl
though we may still run ``ingest`` as an anonymous quandl user (with no API
key). We may also set the ``QUANDL_DOWNLOAD_ATTEMPTS`` environment variable to