Skip to content

Commit c512c40

Browse files
Merge pull request #728 from alessio26gas/doc/spherical-caps-typo
DOC: fixed documentation about spherical caps
2 parents 69aaece + 6fea165 commit c512c40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user/motors/tanks.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ The predefined ``CylindricalTank`` class is easy to use and is defined as such:
9393

9494
.. note::
9595
The ``spherical_caps`` parameter is optional and defaults to ``False``. If set
96-
to ``True``, the tank will be defined as a cylinder with flat caps.
97-
If True, the tank will have spherical caps.
96+
to ``True``, the tank will have spherical caps at the top and bottom with the
97+
same radius as the cylindrical part. If set to ``False``, the tank will
98+
be defined as a cylinder with flat caps.
9899

99100
The predefined ``SphericalTank`` is defined with:
100101

0 commit comments

Comments
 (0)