Skip to content

Commit 7575993

Browse files
authored
Improve doc strings substitution_probability.py (#3477)
* Update substitution_probability.py Signed-off-by: J. George <[email protected]> * Update substitution_probability.py --------- Signed-off-by: J. George <[email protected]>
1 parent 1e7f93a commit 7575993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymatgen/analysis/structure_prediction/substitution_probability.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def __init__(self, lambda_table=None, alpha=-5):
8585
def get_lambda(self, s1, s2):
8686
"""
8787
Args:
88-
s1 (Structure): 1st Structure
89-
s2 (Structure): 2nd Structure.
88+
s1 (Element/Species/str/int): Describes Ion in 1st Structure
89+
s2 (Element/Species/str/int): Describes Ion in 2nd Structure.
9090
9191
Returns:
9292
Lambda values

0 commit comments

Comments
 (0)