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

Skip to content

Commit 8db8148

Browse files
authored
Merge pull request #31036 from meeseeksmachine/auto-backport-of-pr-31035-on-v3.10.x
Backport PR #31035 on branch v3.10.x (DOCS: Fix typo in time array step size comment)
2 parents 50d13e4 + 2deb54c commit 8db8148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/animation/double_pendulum.py

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

5252
return dydx
5353

54-
# create a time array from 0..t_stop sampled at 0.02 second steps
54+
# create a time array from 0..t_stop sampled at 0.01 second steps
5555
dt = 0.01
5656
t = np.arange(0, t_stop, dt)
5757

0 commit comments

Comments
 (0)