Skip to content

Commit 2316041

Browse files
committed
fix typo
1 parent 8627b5d commit 2316041

File tree

1 file changed

+1
-1
lines changed
  • src/pybamm/models/submodels/equivalent_circuit_elements

1 file changed

+1
-1
lines changed

src/pybamm/models/submodels/equivalent_circuit_elements/rc_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_coupled_variables(self, variables):
3838
)
3939
r.print_name = "R_1"
4040
c = self.param.rcr_element(
41-
"Capacitence of RC network [F]", T_cell, current, soc
41+
"Capacitance of RC network [F]", T_cell, current, soc
4242
)
4343
c.print_name = "C_1"
4444
tau = r * c

0 commit comments

Comments
 (0)