8000 Merge pull request #3087 from rahiel/patch-1 · matplotlib/matplotlib@4242f58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4242f58

Browse files
committed
Merge pull request #3087 from rahiel/patch-1
small error in comment
2 parents 687286a + f95a137 commit 4242f58

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)
0