Skip to content

Commit

Permalink
fix docstring typos (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalTS authored Nov 18, 2024
1 parent 712efd9 commit 37bedd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyfixest/estimation/FormulaParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def set_fixest_multi_flag(self):

class FixestFormula:
"""
A class with information confainted in model formulas.
A class with information contained in model formulas.
Attributes
----------
Expand All @@ -240,7 +240,7 @@ class FixestFormula:
The covariates in the model, separated by '+'.
_fval : str
An optional fixed effect variable included in the model.
Separated by "+". "0" if no fixed effect in th emodel.
Separated by "+". "0" if no fixed effect in the model.
_endogvars : str, optional
Endogenous variables in the model, separated by '+'.
_instruments : str, optional
Expand Down Expand Up @@ -298,7 +298,7 @@ def get_fml(self):
Construct and stores a Wilkinson formula..
This method combines dependent variable, covariates, endogenous variables,
instrumentalvariables, and an optional fixed value to construct a statistical
instrumental variables, and an optional fixed value to construct a statistical
model formula. This formula is then stored in the instance's `fml` attribute.
The general structure of the formula is
`depvar ~ covar | fval | endogvars ~ instruments`.
Expand Down

0 comments on commit 37bedd8

Please # to comment.