@@ -10,8 +10,8 @@ def search(
1010 """
1111 Search the database for all structures matching the given query.
1212
13- Note that `chemsys` takes distint values for unaries, binaries and so! A query with `chemsys=["Fe", "O"]` will
14- return iron structures and oxygen structures, but no iron oxide structures . Similarily `chemsys=["Fe-O"]` will
13+ Note that `chemsys` takes distinct values for unaries, binaries and so! A query with `chemsys=["Fe", "O"]` will
14+ return iron and oxygen structures but not iron oxide. Similarly `chemsys=["Fe-O"]` will
1515 not return unary structures.
1616
1717 All keyword arguments for filtering from the original API are supported. See the
@@ -37,7 +37,7 @@ def search(
3737
3838 Args:
3939 chemsys (str, list of str): confine search to given elements; either an element symbol or multiple element
40- symbols seperated by dashes; if a list of strings is given return structures matching either of them
40+ symbols separated by dashes; if a list of strings is given return structures matching either of them
4141 fields (iterable of str): pass as `fields` to :meth:`mp_api.MPRester.summary.search` to request additional
4242 database entries beyond the structure
4343 api_key (str, optional): if your API key is not exported in the environment flag MP_API_KEY, pass it here
@@ -135,4 +135,4 @@ def by_id(
135135 conventional_unit_cell = conventional_unit_cell ,
136136 )
137137 )
138- ]
138+ ]
0 commit comments