Skip to content

Commit c808e3c

Browse files
committed
Rename 'cross-correlation demo' to more accurate 'cross-/auto-correlation demo
1 parent 923175d commit c808e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pylab_examples/xcorr_demo.py renamed to examples/pylab_examples/xcorr_acorr_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
======================
3-
Cross-correlation Demo
4-
======================
2+
============================
3+
Cross-/Auto-correlation Demo
4+
============================
55
66
Example use of cross-correlation (``xcorr``) and auto-correlation (``acorr``) plots.
77
"""

0 commit comments

Comments
 (0)