From a72fa81bbe501f959e0ca01153927bd3b92b5999 Mon Sep 17 00:00:00 2001 From: Dru Riley Date: Mon, 18 May 2015 22:50:39 -0400 Subject: [PATCH] Fix typo in release notes --- docs/release-notes/zipline-0.8.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/zipline-0.8.0.md b/docs/release-notes/zipline-0.8.0.md index 8428ce06..222e4355 100644 --- a/docs/release-notes/zipline-0.8.0.md +++ b/docs/release-notes/zipline-0.8.0.md @@ -49,7 +49,7 @@ > Example: ```python # The standard deviation of the price in the last 3 days. -data[security].stdev(3) +data[security].stddev(3) ``` ### New fields in Performance Period [PR464](https://github.com/quantopian/zipline/pull/464)