Skip to content

Commit

Permalink
Merge a88d406 into 48b031a
Browse files Browse the repository at this point in the history
  • Loading branch information
CompRhys committed Aug 31, 2021
2 parents 48b031a + a88d406 commit 0642c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymatgen/core/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@ def contains_element_type(
Args:
category (str): one of "noble_gas", "transition_metal",
"post_transition_metal", "rare_earth_metal", "metal", "metalloid",
"alkali", "alkaline", "halogen", "chalcogen", "lanthanoid",
"actinoid", "quadrupolar", "s-block", "p-block", "d-block", "f-block"
"post_transition_metal", "rare_earth_metal", "metal", "metalloid",
"alkali", "alkaline", "halogen", "chalcogen", "lanthanoid",
"actinoid", "quadrupolar", "s-block", "p-block", "d-block", "f-block"
Returns:
True if any elements in Composition match category, otherwise False
Expand Down

0 comments on commit 0642c97

Please sign in to comment.