Skip to content

Commit f58a1ab

Browse files
committed
MAINT: update ThermalElectronic docstrings
1 parent 02d8753 commit f58a1ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dfttk/thermal_electronic/thermal_electronic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def fermi_dirac_distribution(
771771
ValueError: If `temperature < 0 K`.
772772
773773
Returns:
774-
np.ndarray or tuple[np.ndarray, go.Figure]:
774+
np.ndarray | tuple[np.ndarray, go.Figure]:
775775
Fermi-Dirac distribution function values, and optionally the Plotly figure if `plot=True`.
776776
"""
777777

@@ -897,7 +897,7 @@ def calculate_internal_energies(
897897
ValueError: If `plot_temperature` is not in `temperatures` when `plot=True`.
898898
899899
Returns:
900-
np.ndarray or tuple[np.ndarray, go.Figure, go.Figure]: Internal energy values, in eV and
900+
np.ndarray | tuple[np.ndarray, go.Figure, go.Figure]: Internal energy values, in eV and
901901
optionally the Plotly figures if `plot=True`.
902902
"""
903903

0 commit comments

Comments
 (0)