Skip to content

Commit d0b5beb

Browse files
Merge pull request #1987 from soma2000-lang/patch-1
Fixing some docs bug
2 parents e485a01 + 42f6f3e commit d0b5beb

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)