Skip to content

Commit

Permalink
fix typo, change avod to avoid (mementum#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
XieXiaonan authored Jul 3, 2020
1 parent 153b33f commit 074a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtrader/metabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def __new__(cls, *args, **kwargs):

class MetaParams(MetaBase):
def __new__(meta, name, bases, dct):
# Remove params from class definition to avod inheritance
# Remove params from class definition to avoid inheritance
# (and hence "repetition")
newparams = dct.pop('params', ())

Expand Down

0 comments on commit 074a3f6

Please sign in to comment.