Skip to content

Commit 954f003

Browse files
committed
fix typo
1 parent e38bb84 commit 954f003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

femmt/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ def generate_voltage_matrix(component_type: str, potentials: list[list[float]],
22442244

22452245
def solve_capacitance(m: np.ndarray, energies: np.ndarray) -> np.ndarray:
22462246
"""
2247-
solve the capacitance from the voltage matrix and the energy matix saved from the simulation.
2247+
Solve the capacitance from the voltage matrix and the energy matix saved from the simulation.
22482248
22492249
:param m: voltage matrix
22502250
:type: array

0 commit comments

Comments
 (0)