Skip to content

Commit f98746b

Browse files
committed
fix doctest warnings in src/sage/plot/graphics.py
1 parent 9712cef commit f98746b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ def show(self, **kwds):
18161816
some examples.::
18171817
18181818
sage: G = list_plot([10**i for i in range(10)]) # long time, needs sage.symbolic
1819-
sage: G.show(scale='semilogy') # long time
1819+
sage: G.show(scale='semilogy') # long time, needs sage.symbolic
18201820
18211821
::
18221822

0 commit comments

Comments
 (0)