mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
DOC: Fixed parameter typo
This commit is contained in:
@@ -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
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user