Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 3, 2021
1 parent 0a30873 commit 1fdeaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/electrode.py
Expand Up @@ -218,7 +218,7 @@ class StructureGroupDoc(BaseModel):

structure_matched: bool = Field(
None,
description="True if the structures in this group has been matched to each other. This is False for sgroups "
description="True if the structures in this group has been matched to each other. This is False for groups "
"that contain all the left over structures with the same framework.",
)

Expand Down
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/structure_group.py
Expand Up @@ -57,7 +57,7 @@ class StructureGroupDoc(BaseModel):
structure_matched: bool = Field(
None,
description="True if the structure matching was performed to group theses entries together."
"This is False for sgroups that contain all the left over entries like the ones that only contain the ignored species.",
"This is False for groups that contain all the left over entries like the ones that only contain the ignored species.",
)

has_distinct_compositions: bool = Field(
Expand Down

0 comments on commit 1fdeaae

Please sign in to comment.