Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 11, 2021
1 parent 45cad67 commit 0c25d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mp_api/routes/dielectric/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def search_dielectric_docs(
fields: Optional[List[str]] = None,
):
"""
Query equations of state docs using a variety of search criteria.
Query dielectric docs using a variety of search criteria.
Arguments:
e_total (Tuple[float,float]): Minimum and maximum total dielectric constant to consider.
Expand Down
2 changes: 1 addition & 1 deletion src/mp_api/routes/elasticity/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def search_elasticity_docs(
fields: Optional[List[str]] = None,
):
"""
Query equations of state docs using a variety of search criteria.
Query elasticity docs using a variety of search criteria.
Arguments:
k_voigt (Tuple[float,float]): Minimum and maximum value in GPa to consider for
Expand Down

0 comments on commit 0c25d8a

Please sign in to comment.