Skip to content

Commit

Permalink
spelling error (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar authored and devin-petersohn committed Oct 10, 2018
1 parent 5b34421 commit fb9d13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modin/data_management/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,10 +1328,10 @@ def to_datetime_builder(df, **kwargs):
return self.full_axis_reduce(func, 1)

def var(self, **kwargs):
"""Returns varience of each column or row.
"""Returns variance of each column or row.
Returns:
Series containing the varience of each column or row.
Series containing the variance of each column or row.
"""
# Pandas default is 0 (though not mentioned in docs)
axis = kwargs.get("axis", 0)
Expand Down

0 comments on commit fb9d13b

Please sign in to comment.