Skip to content

Commit faca778

Browse files
committed
MAINT: update docstrings in plot_vt (DebyeGruneisen)
1 parent dd59c68 commit faca778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfttk/debye.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def plot_vt(
134134
RuntimeError: If process() has not been called before plot_vt().
135135
ValueError: The `type` argument is not one of the allowed values.
136136
137-
Returns: Plotly figures as a function of temperature or volume.
137+
Returns: Plotly figure as a function of temperature or volume.
138138
"""
139139

140140
def _nearest_indices(values: np.ndarray, selected: np.ndarray) -> list[int]:

0 commit comments

Comments
 (0)