From 036f9e93a7c87d18620cfaea27f492a64ca86b5f Mon Sep 17 00:00:00 2001 From: fawce Date: Thu, 31 May 2012 23:15:53 -0400 Subject: [PATCH] fixed a type-o in the documentation. --- zipline/finance/risk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/finance/risk.py b/zipline/finance/risk.py index b4888f9e..a63cf872 100644 --- a/zipline/finance/risk.py +++ b/zipline/finance/risk.py @@ -27,7 +27,7 @@ Risk Report | alpha | The _algorithm_ alpha to the benchmark. | +-----------------+----------------------------------------------------+ | excess_return | The excess return of the algorithm over the | - | | benchmark. | + | | treasuries. | +-----------------+----------------------------------------------------+ | max_drawdown | The largest relative peak to relative trough move | | | for the portfolio returns between self.start_date |