Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Oct 30, 2023
1 parent 245ee06 commit 6ab694e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/polykin/properties/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class PropertyEquation(ABC):
r"""_Abstract_ class for all property equaitons, $Y(...)$."""
r"""_Abstract_ class for all property equations, $Y(...)$."""

name: str
unit: str
Expand All @@ -34,7 +34,7 @@ def __init__(self,


class PropertyEquationT(PropertyEquation):
r"""_Abstract_ temperature-dependent property equation, $p(T)$"""
r"""_Abstract_ temperature-dependent property equation, $Y(T)$"""

pvalues: tuple[FloatOrArray, ...]
_pnames: tuple[tuple[str, ...], tuple[str, ...]]
Expand Down

0 comments on commit 6ab694e

Please sign in to comment.