Skip to content

Commit 4e680d1

Browse files
Update fstar.py
1 parent 0d91711 commit 4e680d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/analysis/fstar/fstar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def make_plot(self, **kwargs):
9292
Makes a plotly express scatter_ternary plot using the fstar_coords dataframe and the
9393
sites in plot list.
9494
Args:
95-
**kwargs: this can be any argument that the scatter_ternary fucntion can use.
95+
**kwargs: this can be any argument that the scatter_ternary function can use.
9696
"""
9797
self.plot = px.scatter_ternary(
9898
data_frame=self.fstar_coords, a=self.plot_list[0], b=self.plot_list[1], c=self.plot_list[2], **kwargs

0 commit comments

Comments
 (0)