Skip to content

Commit 6c88c8e

Browse files
author
Matthias Koeppe
committed
src/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py: Fix up
1 parent 795c26d commit 6c88c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
sage: liste = [10 + floor(10*sin(i)) for i in range(100)]
6767
sage: bar_chart(liste)
6868
Graphics object consisting of 1 graphics primitive
69-
sage: sage.stats.time_series.TimeSeries(liste).plot_histogram(bins=20)
69+
sage: TimeSeries(liste).plot_histogram(bins=20)
7070
Graphics object consisting of 20 graphics primitives
7171
7272
Sage example in ./graphique.tex, line 714::

0 commit comments

Comments
 (0)