Skip to content

Commit 42f6f3e

Browse files
Fixing some docs bug
1 parent e485a01 commit 42f6f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/add-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For example, we might wish to output the terminal voltage which is given by
113113
114114
self.variables = {"Terminal voltage [V]": V}
115115
116-
Note that we indicate that the quanitity is dimensional by including the dimensions, Volts in square brackets. We do this to distinguish between dimensional and dimensionless outputs which may otherwise share the same name.
116+
Note that we indicate that the quantity is dimensional by including the dimensions, Volts in square brackets. We do this to distinguish between dimensional and dimensionless outputs which may otherwise share the same name.
117117

118118
Note that if your model inherits from :class:`pybamm.StandardBatteryBaseModel`, then there is a standard set of output parameters which is enforced to ensure consistency across models so that they can be easily tested and compared.
119119

0 commit comments

Comments
 (0)