DOC: Fixed parameter typo

This commit is contained in:
Richard Frank
2016-05-19 11:51:12 -04:00
parent b9b4dc09a4
commit 7afd486510
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1465,8 +1465,8 @@ class TradingAlgorithm(object):
Parameters
----------
commision : PerShare, PerTrade, or PerDollar
The commision model to use.
commission : PerShare, PerTrade, or PerDollar
The commission model to use.
See Also
--------
+2 -2
View File
@@ -508,8 +508,8 @@ def set_commission(commission):
Parameters
----------
commision : PerShare, PerTrade, or PerDollar
The commision model to use.
commission : PerShare, PerTrade, or PerDollar
The commission model to use.
See Also
--------