Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drewj-tp authored Feb 6, 2025
1 parent a363726 commit ce5c413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/materials/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ class Fluid(Material):

def __init_subclass__(cls):
# Undo the parent-aware density wrapping. Fluids do not expand in the same way solids, so
# Fluid.density(T) is correct. This does not hold for solids because they thermalaly expand.
# Fluid.density(T) is correct. This does not hold for solids because they thermally expand.
if hasattr(cls.density, "__wrapped__"):
cls.density = cls.density.__wrapped__

Expand Down

0 comments on commit ce5c413

Please sign in to comment.