Merge pull request #586 from DruRly/DruRly-patch-1

Fix typo in release notes
This commit is contained in:
Scott Sanderson
2015-05-19 10:40:36 -04:00
+1 -1
View File
@@ -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)