Skip to content

Commit

Permalink
DOC: Fixed parameter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed May 19, 2016
1 parent b9b4dc0 commit 7afd486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zipline/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,8 @@ def set_commission(self, commission):
Parameters
----------
commision : PerShare, PerTrade, or PerDollar
The commision model to use.
commission : PerShare, PerTrade, or PerDollar
The commission model to use.
See Also
--------
Expand Down
4 changes: 2 additions & 2 deletions zipline/api.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 7afd486

Please sign in to comment.