Skip to content

Commit

Permalink
Merge pull request #2341 from stembrain/master
Browse files Browse the repository at this point in the history
Fix spelling of 'linear' in linearRegression doc description
  • Loading branch information
DanCech committed Aug 27, 2018
2 parents 15b4372 + d6fdbac commit c96420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/graphite/render/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ def linearRegressionAnalysis(series):

def linearRegression(requestContext, seriesList, startSourceAt=None, endSourceAt=None):
"""
Graphs the liner regression function by least squares method.
Graphs the linear regression function by least squares method.
Takes one metric or a wildcard seriesList, followed by a quoted string with the
time to start the line and another quoted string with the time to end the line.
Expand Down

0 comments on commit c96420c

Please sign in to comment.