Skip to content

Commit

Permalink
Fix description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Nov 13, 2023
1 parent d8052b0 commit 51b5a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/molecules/metal_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class MetalBindingDoc(PropertyDoc):

binding_thermo_combined_lot_solvent: Optional[str] = Field(
None,
descrption="Combination of level of theory and solvent used for molecular thermochemistry, combining "
description="Combination of level of theory and solvent used for molecular thermochemistry, combining "
"both the frequency calculation and (potentially) the single-point energy correction.",
)

Expand Down
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/molecules/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class MoleculeSummaryDoc(PropertyDoc):

binding_thermo_combined_lot_solvent: Optional[Dict[str, Dict[str, str]]] = Field(
None,
descrption="Combination of level of theory and solvent used for molecular thermochemistry, combining "
description="Combination of level of theory and solvent used for molecular thermochemistry, combining "
"both the frequency calculation and (potentially) the single-point energy correction.",
)

Expand Down
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/robocrys.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RobocrystallogapherDoc(PropertyDoc):
property_name: str = "robocrys"

description: str = Field(
description="Decription text from robocrytallographer.",
description="Description text from robocrytallographer.",
)

condensed_structure: CondensedStructureData = Field(
Expand Down

0 comments on commit 51b5a26

Please sign in to comment.