We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419acf8 commit 4712915Copy full SHA for 4712915
docs/source/sdynpy_showcase.rst
@@ -1570,7 +1570,7 @@ method of the :py:class:`System<sdynpy.core.sdynpy_system.System>`.
1570
integration_oversample = 10)
1571
1572
In addition to variables previously defined, we have also defined keyword
1573
-arguments ``displacement_derivative = 0`` and ``integration_oversample = 10``.
+arguments ``displacement_derivative = 2`` and ``integration_oversample = 10``.
1574
The ``displacement_derivative`` keyword specifies what data type to return.
1575
Specifying a two for this value will return an acceleration quantity, which is
1576
the second derivative of displacement. Specifying zero or one for this value
0 commit comments