diff --git a/zipline/test/algorithms.py b/zipline/test/algorithms.py index f1d88a48..e84e2e63 100644 --- a/zipline/test/algorithms.py +++ b/zipline/test/algorithms.py @@ -19,7 +19,7 @@ The algorithm must expose methods: +-----------------+--------------+----------------+--------------------+ | | SID(133) | SID(134) | SID(135) | +=================+==============+=====================================+ - | price | $10.10 | $22.50 | $13.37 | + | price | $10.10 | $22.50 | $13.37 | +-----------------+--------------+----------------+--------------------+ | volume | 10,000 | 5,000 | 50,000 | +-----------------+--------------+----------------+--------------------+