MilesCranmer commited on
Commit
0387e10
1 Parent(s): 19ef535

Tweak docstring

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -1390,7 +1390,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin, MultiOutputMixin):
1390
  for that particular element of y.
1391
 
1392
  variable_names : list[str], default=None
1393
- A list of names for the variables, other than "x0", "x1", etc.
1394
  If :param`X` is a pandas dataframe, the column names will be used.
1395
  If variable_names are specified
1396
 
 
1390
  for that particular element of y.
1391
 
1392
  variable_names : list[str], default=None
1393
+ A list of names for the variables, rather than "x0", "x1", etc.
1394
  If :param`X` is a pandas dataframe, the column names will be used.
1395
  If variable_names are specified
1396