Revert "Fix typo in comment (#180)" (#189)

This reverts commit 0892b4b9bf.
This commit is contained in:
Ben Letham 2017-05-15 15:29:11 -07:00 committed by GitHub
parent 0892b4b9bf
commit 6a62a0e3e4

View file

@ -43,7 +43,7 @@ class Prophet(object):
not specified, potential changepoints are selected automatically.
n_changepoints: Number of potential changepoints to include. Not used
if input `changepoints` is supplied. If `changepoints` is not supplied,
then n_changepoints potential changepoints are selected uniformly from
then n.changepoints potential changepoints are selected uniformly from
the first 80 percent of the history.
yearly_seasonality: Fit yearly seasonality. Can be 'auto', True, or False.
weekly_seasonality: Fit weekly seasonality. Can be 'auto', True, or False.