Skip to content

Commit

Permalink
docs: 📝 Update definition of the API docs ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Jul 17, 2023
1 parent df5bc0c commit 7472f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectrafit/api/models_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,15 @@ class CVoigtAPI(BaseModel):


class Polynomia2lAPI(BaseModel):
"""Definition of the models distributions."""
"""Definition of the second order polynomial of the models distributions."""

coefficient0: CoefficientAPI = CoefficientAPI()
coefficient1: CoefficientAPI = CoefficientAPI()
coefficient2: CoefficientAPI = CoefficientAPI()


class Polynomia3lAPI(BaseModel):
"""Definition of the models distributions."""
"""Definition of the third order polynomial of the models distributions."""

coefficient0: CoefficientAPI = CoefficientAPI()
coefficient1: CoefficientAPI = CoefficientAPI()
Expand Down

0 comments on commit 7472f31

Please sign in to comment.