Skip to content

Commit 4712915

Browse files
committed
Typo in documentation
1 parent 419acf8 commit 4712915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/sdynpy_showcase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ method of the :py:class:`System<sdynpy.core.sdynpy_system.System>`.
15701570
integration_oversample = 10)
15711571
15721572
In addition to variables previously defined, we have also defined keyword
1573-
arguments ``displacement_derivative = 0`` and ``integration_oversample = 10``.
1573+
arguments ``displacement_derivative = 2`` and ``integration_oversample = 10``.
15741574
The ``displacement_derivative`` keyword specifies what data type to return.
15751575
Specifying a two for this value will return an acceleration quantity, which is
15761576
the second derivative of displacement. Specifying zero or one for this value

0 commit comments

Comments
 (0)