Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f95a137

Browse files
committed
small error in comment
1 parent 687286a commit f95a137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/double_pendulum_animated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def derivs(state, t):
3535

3636
return dydx
3737

38-
# create a time array from 0..100 sampled at 0.1 second steps
38+
# create a time array from 0..100 sampled at 0.05 second steps
3939
dt = 0.05
4040
t = np.arange(0.0, 20, dt)
4141

0 commit comments

Comments
 (0)